summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/array_default_migrations/0001_initial.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/postgres_tests/array_default_migrations/0001_initial.py')
-rw-r--r--tests/postgres_tests/array_default_migrations/0001_initial.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/postgres_tests/array_default_migrations/0001_initial.py b/tests/postgres_tests/array_default_migrations/0001_initial.py
index ebda628a5b..eb523218ef 100644
--- a/tests/postgres_tests/array_default_migrations/0001_initial.py
+++ b/tests/postgres_tests/array_default_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