mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
[1.7.x] Removed unused import.
This commit is contained in:
parent
d192e02b27
commit
c5afdc3d73
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue