diff options
Diffstat (limited to 'django/contrib/postgres/utils.py')
-rw-r--r-- | django/contrib/postgres/utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/django/contrib/postgres/utils.py b/django/contrib/postgres/utils.py index a2bbb72f36..a87d519477 100644 --- a/django/contrib/postgres/utils.py +++ b/django/contrib/postgres/utils.py @@ -1,5 +1,3 @@ -from __future__ import unicode_literals - from django.core.exceptions import ValidationError from django.utils.functional import SimpleLazyObject from django.utils.text import format_lazy |