diff options
| author | Tim Graham <timograham@gmail.com> | 2014-11-04 11:27:35 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-04 11:27:35 -0500 |
| commit | ca48cef3b440a9e8a121713e370b9988dcf0aa2b (patch) | |
| tree | d9d3b5c89b6d7cef75b29d1cfb9da34903eb8d8c /tests/postgres_tests | |
| parent | 74e1980cf96eb45079bef464fabdcbe0a6db2423 (diff) | |
Removed unused import.
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): |
