summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/migrations/0002_create_test_models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/postgres_tests/migrations/0002_create_test_models.py')
-rw-r--r--tests/postgres_tests/migrations/0002_create_test_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/postgres_tests/migrations/0002_create_test_models.py b/tests/postgres_tests/migrations/0002_create_test_models.py
index 841953d351..c4f031f6d0 100644
--- a/tests/postgres_tests/migrations/0002_create_test_models.py
+++ b/tests/postgres_tests/migrations/0002_create_test_models.py
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
-from django.db import models, migrations
import django.contrib.postgres.fields
import django.contrib.postgres.fields.hstore
+from django.db import migrations, models
class Migration(migrations.Migration):