summaryrefslogtreecommitdiff
path: root/tests/update_only_fields/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/update_only_fields/tests.py')
-rw-r--r--tests/update_only_fields/tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/update_only_fields/tests.py b/tests/update_only_fields/tests.py
index 7627bcd378..743b5fda8d 100644
--- a/tests/update_only_fields/tests.py
+++ b/tests/update_only_fields/tests.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
from django.db.models.signals import post_save, pre_save
from django.test import TestCase