diff options
Diffstat (limited to 'tests/postgres_tests')
| -rw-r--r-- | tests/postgres_tests/migrations/0001_setup_extensions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/postgres_tests/migrations/0001_setup_extensions.py b/tests/postgres_tests/migrations/0001_setup_extensions.py index e69a9a00df..d4153b6556 100644 --- a/tests/postgres_tests/migrations/0001_setup_extensions.py +++ b/tests/postgres_tests/migrations/0001_setup_extensions.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.contrib.postgres.operations import HStoreExtension -from django.db import models, migrations +from django.db import migrations class Migration(migrations.Migration): |
