Removed unused imports.
This commit is contained in:
parent
d74e33eb0e
commit
80e6960580
|
@ -1,11 +1,7 @@
|
|||
import warnings
|
||||
|
||||
from django.core import signals
|
||||
from django.db.utils import (DEFAULT_DB_ALIAS, DataError, OperationalError,
|
||||
IntegrityError, InternalError, ProgrammingError, NotSupportedError,
|
||||
DatabaseError, InterfaceError, Error, load_backend,
|
||||
ConnectionHandler, ConnectionRouter)
|
||||
from django.utils.functional import cached_property
|
||||
DatabaseError, InterfaceError, Error, ConnectionHandler, ConnectionRouter)
|
||||
|
||||
|
||||
__all__ = [
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import hashlib
|
||||
import sys
|
||||
import time
|
||||
import warnings
|
||||
|
||||
from django.conf import settings
|
||||
from django.db.utils import load_backend
|
||||
|
|
Loading…
Reference in New Issue