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

@ -11,7 +11,7 @@ from django.db.models.aggregates import (
Avg, Count, Max, Min, StdDev, Sum, Variance,
)
from django.db.models.expressions import (
F, Case, Col, Date, DateTime, ExpressionWrapper, Func, OrderBy, Random,
Case, Col, Date, DateTime, ExpressionWrapper, F, Func, OrderBy, Random,
RawSQL, Ref, Value, When,
)
from django.db.models.functions import (