mirror of https://github.com/django/django.git
[1.7.x] Removed unused import.
This commit is contained in:
parent
d192e02b27
commit
c5afdc3d73
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue