summaryrefslogtreecommitdiff
path: root/tests/null_fk_ordering/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/null_fk_ordering/tests.py')
-rw-r--r--tests/null_fk_ordering/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/null_fk_ordering/tests.py b/tests/null_fk_ordering/tests.py
index 2fe48f0b19..7215118b94 100644
--- a/tests/null_fk_ordering/tests.py
+++ b/tests/null_fk_ordering/tests.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals
from django.test import TestCase
-from .models import Author, Article, SystemInfo, Forum, Post, Comment
+from .models import Article, Author, Comment, Forum, Post, SystemInfo
class NullFkOrderingTests(TestCase):