summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/array_index_migrations/0001_initial.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/postgres_tests/array_index_migrations/0001_initial.py')
-rw-r--r--tests/postgres_tests/array_index_migrations/0001_initial.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/postgres_tests/array_index_migrations/0001_initial.py b/tests/postgres_tests/array_index_migrations/0001_initial.py
index 10c1780a46..505e53e4e8 100644
--- a/tests/postgres_tests/array_index_migrations/0001_initial.py
+++ b/tests/postgres_tests/array_index_migrations/0001_initial.py
@@ -1,6 +1,3 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
import django.contrib.postgres.fields
from django.db import migrations, models