From 5fbb5426254c7e9b7f697317415589371c80d6de Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 28 Mar 2016 11:19:25 -0400 Subject: [1.9.x] Sorted single letter imports per the latest version of isort. Backport of 1c8c0837c61a9e9eb2129df29f75be92e47e926c from master --- tests/annotations/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/annotations') diff --git a/tests/annotations/tests.py b/tests/annotations/tests.py index 5ff4df100d..4d9d13ad75 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 -- cgit v1.3