summaryrefslogtreecommitdiff
path: root/tests/null_fk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/null_fk')
-rw-r--r--tests/null_fk/tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/null_fk/tests.py b/tests/null_fk/tests.py
index 19b285e32a..e587d6551b 100644
--- a/tests/null_fk/tests.py
+++ b/tests/null_fk/tests.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
from django.db.models import Q
from django.test import TestCase