From 14f1c4d43545d0cf588fd9bed20a81925fec3320 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 30 Jan 2018 19:54:04 -0500 Subject: [PATCH] [2.0.x] Wrapped an import per isort. --- tests/admin_scripts/tests.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 (