mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue