mirror of
https://github.com/django/django.git
synced 2025-09-20 09:20:14 +00:00
Fixed imports per isort 4.3.0.
This commit is contained in:
parent
9cd313fc2e
commit
9bcf73d788
17 changed files with 14 additions and 29 deletions
|
@ -11,8 +11,7 @@ from functools import lru_cache
|
|||
from django.conf import settings
|
||||
from django.core import exceptions
|
||||
from django.db import (
|
||||
DJANGO_VERSION_PICKLE_KEY, IntegrityError, connections, router,
|
||||
transaction,
|
||||
DJANGO_VERSION_PICKLE_KEY, IntegrityError, connections, router, transaction,
|
||||
)
|
||||
from django.db.models import DateField, DateTimeField, sql
|
||||
from django.db.models.constants import LOOKUP_SEP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue