mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-18 03:40:02 +02:00
Fix order of imports
This commit is contained in:
@@ -37,9 +37,9 @@ import socket
|
|||||||
import ssl
|
import ssl
|
||||||
import sys
|
import sys
|
||||||
from time import ctime
|
from time import ctime
|
||||||
|
import traceback
|
||||||
import typing
|
import typing
|
||||||
from typing import List
|
from typing import List
|
||||||
import traceback
|
|
||||||
|
|
||||||
|
|
||||||
# import User model, which may be a custom model
|
# import User model, which may be a custom model
|
||||||
|
Reference in New Issue
Block a user