Commit c5afdc3d authored by Tim Graham's avatar Tim Graham
Browse files

[1.7.x] Removed unused import.

parent d192e02b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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