summaryrefslogtreecommitdiff
path: root/django/contrib/messages/tests/test_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/messages/tests/test_api.py')
-rw-r--r--django/contrib/messages/tests/test_api.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/django/contrib/messages/tests/test_api.py b/django/contrib/messages/tests/test_api.py
index 335a200450..f79db95866 100644
--- a/django/contrib/messages/tests/test_api.py
+++ b/django/contrib/messages/tests/test_api.py
@@ -1,6 +1,5 @@
-from django.test import TestCase, RequestFactory
-
from django.contrib import messages
+from django.test import RequestFactory, TestCase
class DummyStorage(object):