Fixed imports per isort 4.3.1.

Partially reverted 9bcf73d788.
This commit is contained in:
Tim Graham 2018-02-02 14:44:07 -05:00
parent 6a039800db
commit d0a42a14c0
10 changed files with 20 additions and 10 deletions

View file

@ -11,7 +11,8 @@ 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