diff options
Diffstat (limited to 'tests/reverse_lookup')
| -rw-r--r-- | tests/reverse_lookup/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reverse_lookup/tests.py b/tests/reverse_lookup/tests.py index a1b33b26fa..1b9184d682 100644 --- a/tests/reverse_lookup/tests.py +++ b/tests/reverse_lookup/tests.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals from django.core.exceptions import FieldError from django.test import TestCase -from .models import User, Poll, Choice +from .models import Choice, Poll, User class ReverseLookupTests(TestCase): |
