summaryrefslogtreecommitdiff
path: root/tests/null_fk_ordering/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/null_fk_ordering/models.py')
-rw-r--r--tests/null_fk_ordering/models.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/null_fk_ordering/models.py b/tests/null_fk_ordering/models.py
index 0bac5e1ab7..e65c227f88 100644
--- a/tests/null_fk_ordering/models.py
+++ b/tests/null_fk_ordering/models.py
@@ -5,8 +5,6 @@ Regression tests for proper working of ForeignKey(null=True). Tests these bugs:
unexpected results
"""
-from __future__ import unicode_literals
-
from django.db import models
from django.utils.encoding import python_2_unicode_compatible