diff options
| author | Tim Graham <timograham@gmail.com> | 2016-03-28 11:19:25 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-28 11:56:16 -0400 |
| commit | 5fbb5426254c7e9b7f697317415589371c80d6de (patch) | |
| tree | 2446f187dfcf5867b398ab68399d9b07d0a96e8d /django/db/models/sql/query.py | |
| parent | 844f071c660c068244ab0c4667390194f1b4fc92 (diff) | |
[1.9.x] Sorted single letter imports per the latest version of isort.
Backport of 1c8c0837c61a9e9eb2129df29f75be92e47e926c from master
Diffstat (limited to 'django/db/models/sql/query.py')
| -rw-r--r-- | django/db/models/sql/query.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/models/sql/query.py b/django/db/models/sql/query.py index 29fe885cc6..dec7d9ff72 100644 --- a/django/db/models/sql/query.py +++ b/django/db/models/sql/query.py @@ -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, |
