summaryrefslogtreecommitdiff
path: root/tests/null_queries
diff options
context:
space:
mode:
Diffstat (limited to 'tests/null_queries')
-rw-r--r--tests/null_queries/models.py2
-rw-r--r--tests/null_queries/tests.py2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/null_queries/models.py b/tests/null_queries/models.py
index 8d915ba11f..b40f4539b3 100644
--- a/tests/null_queries/models.py
+++ b/tests/null_queries/models.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
from django.db import models
from django.utils.encoding import python_2_unicode_compatible
diff --git a/tests/null_queries/tests.py b/tests/null_queries/tests.py
index 8f58b9dee1..547b586e00 100644
--- a/tests/null_queries/tests.py
+++ b/tests/null_queries/tests.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
from django.core.exceptions import FieldError
from django.test import TestCase