mirror of https://github.com/django/django.git
Removed unused import
This commit is contained in:
parent
45db842c9b
commit
d49183e4be
|
@ -2,9 +2,7 @@ from __future__ import unicode_literals
|
||||||
|
|
||||||
from django.core.management import call_command
|
from django.core.management import call_command
|
||||||
from django.db import connection
|
from django.db import connection
|
||||||
from django.test import (
|
from django.test import skipUnlessDBFeature, TransactionTestCase
|
||||||
override_settings, skipUnlessDBFeature, TransactionTestCase
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
@skipUnlessDBFeature("gis_enabled")
|
@skipUnlessDBFeature("gis_enabled")
|
||||||
|
|
Loading…
Reference in New Issue