[2.0.x] Wrapped an import per isort.
This commit is contained in:
parent
bbc4a5a792
commit
14f1c4d435
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue