summaryrefslogtreecommitdiff
path: root/tests/transactions/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/transactions/models.py')
-rw-r--r--tests/transactions/models.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/transactions/models.py b/tests/transactions/models.py
index f4400363e5..4154b39123 100644
--- a/tests/transactions/models.py
+++ b/tests/transactions/models.py
@@ -6,8 +6,6 @@ each transaction upon a write, but you can decorate a function to get
commit-on-success behavior. Alternatively, you can manage the transaction
manually.
"""
-from __future__ import unicode_literals
-
from django.db import models
from django.utils.encoding import python_2_unicode_compatible