summaryrefslogtreecommitdiff
path: root/tests/test_client_regress/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_client_regress/urls.py')
-rw-r--r--tests/test_client_regress/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_client_regress/urls.py b/tests/test_client_regress/urls.py
index 8914c82902..9ed86f8330 100644
--- a/tests/test_client_regress/urls.py
+++ b/tests/test_client_regress/urls.py
@@ -1,4 +1,4 @@
-from django.conf.urls import url, include
+from django.conf.urls import include, url
from django.views.generic import RedirectView
from . import views