Selaa lähdekoodia

Removed unused import

Claude Paroz 10 vuotta sitten
vanhempi
commit
d49183e4be
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 1 3
      django/contrib/gis/tests/gis_migrations/test_commands.py

+ 1 - 3
django/contrib/gis/tests/gis_migrations/test_commands.py

@@ -2,9 +2,7 @@ from __future__ import unicode_literals
 
 from django.core.management import call_command
 from django.db import connection
-from django.test import (
-    override_settings, skipUnlessDBFeature, TransactionTestCase
-)
+from django.test import skipUnlessDBFeature, TransactionTestCase
 
 
 @skipUnlessDBFeature("gis_enabled")