summaryrefslogtreecommitdiff
path: root/tests/m2m_through_regress/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/m2m_through_regress/tests.py')
-rw-r--r--tests/m2m_through_regress/tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/m2m_through_regress/tests.py b/tests/m2m_through_regress/tests.py
index ca47830290..a1739f2960 100644
--- a/tests/m2m_through_regress/tests.py
+++ b/tests/m2m_through_regress/tests.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
from django.contrib.auth.models import User
from django.core import management
from django.test import TestCase