diff options
Diffstat (limited to 'tests/queries')
| -rw-r--r-- | tests/queries/models.py | 2 | ||||
| -rw-r--r-- | tests/queries/test_qs_combinators.py | 2 | ||||
| -rw-r--r-- | tests/queries/tests.py | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/tests/queries/models.py b/tests/queries/models.py index 67a28e950e..8c1ba59b67 100644 --- a/tests/queries/models.py +++ b/tests/queries/models.py @@ -1,8 +1,6 @@ """ Various complex queries that have been problematic in the past. """ -from __future__ import unicode_literals - import threading from django.db import models diff --git a/tests/queries/test_qs_combinators.py b/tests/queries/test_qs_combinators.py index a0faab2eb7..02a0df216d 100644 --- a/tests/queries/test_qs_combinators.py +++ b/tests/queries/test_qs_combinators.py @@ -1,5 +1,3 @@ -from __future__ import unicode_literals - from django.db.models import F, IntegerField, Value from django.db.utils import DatabaseError from django.test import TestCase, skipIfDBFeature, skipUnlessDBFeature diff --git a/tests/queries/tests.py b/tests/queries/tests.py index b0999be3f8..e2dd86bac1 100644 --- a/tests/queries/tests.py +++ b/tests/queries/tests.py @@ -1,5 +1,3 @@ -from __future__ import unicode_literals - import datetime import pickle import unittest |
