summaryrefslogtreecommitdiff
path: root/tests/custom_pk/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom_pk/models.py')
-rw-r--r--tests/custom_pk/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/custom_pk/models.py b/tests/custom_pk/models.py
index 5ef9b69f0c..8d5065aed8 100644
--- a/tests/custom_pk/models.py
+++ b/tests/custom_pk/models.py
@@ -6,7 +6,7 @@ By default, Django adds an ``"id"`` field to each model. But you can override
this behavior by explicitly adding ``primary_key=True`` to a field.
"""
-from __future__ import absolute_import, unicode_literals
+from __future__ import unicode_literals
from django.db import models