summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/indexes.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/postgres/indexes.py')
-rw-r--r--django/contrib/postgres/indexes.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/django/contrib/postgres/indexes.py b/django/contrib/postgres/indexes.py
index 185ea7435c..2edec371f4 100644
--- a/django/contrib/postgres/indexes.py
+++ b/django/contrib/postgres/indexes.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
from django.db.models import Index
__all__ = ['BrinIndex', 'GinIndex']