1
0
mirror of https://github.com/django/django.git synced 2025-06-04 19:19:13 +00:00

[2.0.x] Wrapped an import per isort.

This commit is contained in:
Tim Graham 2018-01-30 19:54:04 -05:00
parent bbc4a5a792
commit 14f1c4d435

View File

@ -22,7 +22,9 @@ from django.core.management import (
BaseCommand, CommandError, call_command, color,
)
from django.core.management.commands.loaddata import Command as LoaddataCommand
from django.core.management.commands.runserver import Command as RunserverCommand
from django.core.management.commands.runserver import (
Command as RunserverCommand,
)
from django.db import ConnectionHandler, connection
from django.db.migrations.recorder import MigrationRecorder
from django.test import (