summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-05-29 09:28:58 -0400
committerTim Graham <timograham@gmail.com>2014-05-29 09:28:58 -0400
commitc5afdc3d73945c8e9d45442dd488f413e67ce2aa (patch)
treead1667e23afe22aaaaf1e4f648b478613be0047a
parentd192e02b27805e9e39395ad85a2667cc310ff87f (diff)
[1.7.x] Removed unused import.
-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