Sorted single letter imports per the latest version of isort.

This commit is contained in:
Tim Graham 2016-03-28 11:19:25 -04:00
parent fc01c84bad
commit 1c8c0837c6
15 changed files with 20 additions and 20 deletions

View file

@ -9,7 +9,7 @@ from django.contrib.contenttypes.models import ContentType
from django.core.exceptions import FieldError
from django.db import connection
from django.db.models import (
F, Q, Avg, Count, Max, StdDev, Sum, Value, Variance,
Avg, Count, F, Max, Q, StdDev, Sum, Value, Variance,
)
from django.test import TestCase, skipUnlessAnyDBFeature, skipUnlessDBFeature
from django.test.utils import Approximate