1
0
mirror of https://github.com/django/django.git synced 2025-03-06 07:22:32 +00:00

Removed unused import

This commit is contained in:
Claude Paroz 2014-10-24 17:07:50 +02:00
parent 45db842c9b
commit d49183e4be

View File

@ -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")