summaryrefslogtreecommitdiff
path: root/tests/resolve_url
diff options
context:
space:
mode:
Diffstat (limited to 'tests/resolve_url')
-rw-r--r--tests/resolve_url/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/resolve_url/tests.py b/tests/resolve_url/tests.py
index 0fc3307026..b8ccd530e1 100644
--- a/tests/resolve_url/tests.py
+++ b/tests/resolve_url/tests.py
@@ -1,11 +1,11 @@
from __future__ import unicode_literals
-from django.core.urlresolvers import NoReverseMatch, reverse_lazy
from django.contrib.auth.views import logout
+from django.core.urlresolvers import NoReverseMatch, reverse_lazy
from django.shortcuts import resolve_url
from django.test import TestCase, ignore_warnings, override_settings
-from django.utils.deprecation import RemovedInDjango20Warning
from django.utils import six
+from django.utils.deprecation import RemovedInDjango20Warning
from .models import UnimportantThing