Skip to content

Commit 868e0f3

Browse files
committed
Removed unneeded imports in db.models init
1 parent 2ed90ea commit 868e0f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

django/db/models/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
from django.conf import settings
21
from django.core.exceptions import ObjectDoesNotExist, ImproperlyConfigured
3-
from django.db import connection
42
from django.db.models.loading import get_apps, get_app, get_models, get_model, register_models
53
from django.db.models.query import Q
64
from django.db.models.expressions import F

0 commit comments

Comments
 (0)