summaryrefslogtreecommitdiff
path: root/tests/introspection/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/introspection/tests.py')
-rw-r--r--tests/introspection/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/introspection/tests.py b/tests/introspection/tests.py
index cc6b33e572..1280c13fe0 100644
--- a/tests/introspection/tests.py
+++ b/tests/introspection/tests.py
@@ -6,7 +6,7 @@ from django.db import connection
from django.db.utils import DatabaseError
from django.test import TransactionTestCase, mock, skipUnlessDBFeature
-from .models import Reporter, Article
+from .models import Article, Reporter
class IntrospectionTests(TransactionTestCase):