From c5afdc3d73945c8e9d45442dd488f413e67ce2aa Mon Sep 17 00:00:00 2001
From: Tim Graham <timograham@gmail.com>
Date: Thu, 29 May 2014 09:28:58 -0400
Subject: [PATCH] [1.7.x] Removed unused import.

---
 tests/runtests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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