summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/runtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index 113657fc5b..a347157f05 100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -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