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, 0 insertions, 2 deletions
diff --git a/tests/null_fk_ordering/tests.py b/tests/null_fk_ordering/tests.py
index 7215118b94..897c03063f 100644
--- a/tests/null_fk_ordering/tests.py
+++ b/tests/null_fk_ordering/tests.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
from django.test import TestCase
from .models import Article, Author, Comment, Forum, Post, SystemInfo