mirror of
https://github.com/django/django.git
synced 2025-09-30 14:01:21 +00:00
Removed unused imports.
This commit is contained in:
parent
d74e33eb0e
commit
80e6960580
2 changed files with 1 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue