summaryrefslogtreecommitdiff
path: root/tests/custom_columns/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom_columns/models.py')
-rw-r--r--tests/custom_columns/models.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/custom_columns/models.py b/tests/custom_columns/models.py
index 3f619a7f04..d5f5217ba5 100644
--- a/tests/custom_columns/models.py
+++ b/tests/custom_columns/models.py
@@ -15,8 +15,6 @@ from the default generated name, use the ``db_table`` parameter on the
"""
-from __future__ import unicode_literals
-
from django.db import models
from django.utils.encoding import python_2_unicode_compatible