diff options
Diffstat (limited to 'tests/generic_relations')
| -rw-r--r-- | tests/generic_relations/models.py | 2 | ||||
| -rw-r--r-- | tests/generic_relations/tests.py | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/generic_relations/models.py b/tests/generic_relations/models.py index 7522f5b4cd..f1748b7433 100644 --- a/tests/generic_relations/models.py +++ b/tests/generic_relations/models.py @@ -9,8 +9,6 @@ The canonical example is tags (although this example implementation is *far* from complete). """ -from __future__ import unicode_literals - from django.contrib.contenttypes.fields import ( GenericForeignKey, GenericRelation, ) diff --git a/tests/generic_relations/tests.py b/tests/generic_relations/tests.py index 540c3456f2..5bfea72cf1 100644 --- a/tests/generic_relations/tests.py +++ b/tests/generic_relations/tests.py @@ -1,5 +1,3 @@ -from __future__ import unicode_literals - from django import forms from django.contrib.contenttypes.forms import generic_inlineformset_factory from django.contrib.contenttypes.models import ContentType |
