1
0
mirror of https://github.com/django/django.git synced 2025-04-15 21:04:36 +00:00

[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

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