From a04e795667afb046be5a347e8da8ab3e2793052a Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 21 Dec 2016 17:05:59 -0500 Subject: [PATCH] Wrapped an import per isort. --- tests/check_framework/test_urls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/check_framework/test_urls.py b/tests/check_framework/test_urls.py index 5e7c9525878..3a52f21d591 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