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

@ -8,7 +8,7 @@ from uuid import UUID
from django.core.exceptions import FieldError
from django.db import connection, models
from django.db.models import F, Q, Max, Min, Sum, Value
from django.db.models import F, Max, Min, Q, Sum, Value
from django.db.models.expressions import Case, When
from django.test import TestCase
from django.utils import six