[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
1 changed files with 3 additions and 1 deletions

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 (