mirror of
https://github.com/django/django.git
synced 2025-01-26 10:09:42 +00:00
Removed unused import
This commit is contained in:
parent
a7960bcb35
commit
0ff12c28d0
@ -18,7 +18,6 @@ from django.db.models.constants import LOOKUP_SEP
|
||||
from django.db.models.aggregates import refs_aggregate
|
||||
from django.db.models.expressions import ExpressionNode
|
||||
from django.db.models.fields import FieldDoesNotExist
|
||||
from django.db.models.loading import get_model
|
||||
from django.db.models.related import PathInfo
|
||||
from django.db.models.sql import aggregates as base_aggregates_module
|
||||
from django.db.models.sql.constants import (QUERY_TERMS, ORDER_DIR, SINGLE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user