mirror of
https://github.com/django/django.git
synced 2025-11-27 22:05:04 +00:00
Sorted single letter imports per the latest version of isort.
This commit is contained in:
parent
fc01c84bad
commit
1c8c0837c6
15 changed files with 20 additions and 20 deletions
|
|
@ -19,7 +19,7 @@ from django.db.models.constants import LOOKUP_SEP
|
|||
from django.db.models.expressions import Col, Ref
|
||||
from django.db.models.fields.related_lookups import MultiColSource
|
||||
from django.db.models.query_utils import (
|
||||
Q, PathInfo, check_rel_lookup_compatibility, refs_expression,
|
||||
PathInfo, Q, check_rel_lookup_compatibility, refs_expression,
|
||||
)
|
||||
from django.db.models.sql.constants import (
|
||||
INNER, LOUTER, ORDER_DIR, ORDER_PATTERN, QUERY_TERMS, SINGLE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue