summaryrefslogtreecommitdiff
path: root/tests/string_lookup
diff options
context:
space:
mode:
Diffstat (limited to 'tests/string_lookup')
-rw-r--r--tests/string_lookup/tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/string_lookup/tests.py b/tests/string_lookup/tests.py
index 5a17e55560..13a4544604 100644
--- a/tests/string_lookup/tests.py
+++ b/tests/string_lookup/tests.py
@@ -2,7 +2,8 @@
from __future__ import unicode_literals
from django.test import TestCase
-from .models import Foo, Whiz, Bar, Article, Base, Child
+
+from .models import Article, Bar, Base, Child, Foo, Whiz
class StringLookupTests(TestCase):