diff options
| author | Tim Graham <timograham@gmail.com> | 2018-01-30 19:54:04 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-01-30 19:54:04 -0500 |
| commit | 14f1c4d43545d0cf588fd9bed20a81925fec3320 (patch) | |
| tree | 38aabd61eba217787b332e8e02bb3706b1ed3274 /tests/admin_scripts | |
| parent | bbc4a5a792c4987eb143d1a9f09fd939f4609481 (diff) | |
[2.0.x] Wrapped an import per isort.
Diffstat (limited to 'tests/admin_scripts')
| -rw-r--r-- | tests/admin_scripts/tests.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py index 4617978947..1e51f24576 100644 --- a/tests/admin_scripts/tests.py +++ b/tests/admin_scripts/tests.py @@ -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 ( |
