mirror of
https://github.com/django/django.git
synced 2025-08-30 07:17:49 +00:00
Sorted single letter imports per the latest version of isort.
This commit is contained in:
parent
fc01c84bad
commit
1c8c0837c6
15 changed files with 20 additions and 20 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue