[1.7.x] Removed unused import.

This commit is contained in:
Tim Graham 2014-05-29 09:28:58 -04:00
parent d192e02b27
commit c5afdc3d73
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ def get_installed():
def setup(verbosity, test_labels):
from django.apps import apps, AppConfig
from django.apps import apps
from django.conf import settings
from django.test import TransactionTestCase, TestCase