summaryrefslogtreecommitdiff
path: root/tests/annotations
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-03-28 11:19:25 -0400
committerTim Graham <timograham@gmail.com>2016-03-28 11:45:31 -0400
commit1c8c0837c61a9e9eb2129df29f75be92e47e926c (patch)
tree6e1f2f6c8d295447cfadb2de55f5e8a01f763f31 /tests/annotations
parentfc01c84bad5b453141aa04a53bc3bc4ed00015ea (diff)
Sorted single letter imports per the latest version of isort.
Diffstat (limited to 'tests/annotations')
-rw-r--r--tests/annotations/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/annotations/tests.py b/tests/annotations/tests.py
index c001b4e7f2..d57f9ed0d7 100644
--- a/tests/annotations/tests.py
+++ b/tests/annotations/tests.py
@@ -5,7 +5,7 @@ from decimal import Decimal
from django.core.exceptions import FieldDoesNotExist, FieldError
from django.db.models import (
- F, BooleanField, CharField, Count, DateTimeField, ExpressionWrapper, Func,
+ BooleanField, CharField, Count, DateTimeField, ExpressionWrapper, F, Func,
IntegerField, Sum, Value,
)
from django.db.models.functions import Lower