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:
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…
x
Reference in New Issue
Block a user