summaryrefslogtreecommitdiff
path: root/tests/check_framework
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-21 17:05:59 -0500
committerTim Graham <timograham@gmail.com>2016-12-21 17:05:59 -0500
commita04e795667afb046be5a347e8da8ab3e2793052a (patch)
tree739f67fa314ff0c2a98737784c3000f9e08d268b /tests/check_framework
parentbf6392bb7565c21f01ed6f682b8558dcf1cc8070 (diff)
Wrapped an import per isort.
Diffstat (limited to 'tests/check_framework')
-rw-r--r--tests/check_framework/test_urls.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check_framework/test_urls.py b/tests/check_framework/test_urls.py
index 5e7c952587..3a52f21d59 100644
--- a/tests/check_framework/test_urls.py
+++ b/tests/check_framework/test_urls.py
@@ -1,7 +1,8 @@
from django.conf import settings
from django.core.checks.messages import Warning
from django.core.checks.urls import (
- check_url_config, check_url_namespaces_unique, get_warning_for_invalid_pattern,
+ check_url_config, check_url_namespaces_unique,
+ get_warning_for_invalid_pattern,
)
from django.test import SimpleTestCase
from django.test.utils import override_settings