diff options
| author | Tim Graham <timograham@gmail.com> | 2014-05-29 09:28:58 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-05-29 09:28:58 -0400 |
| commit | c5afdc3d73945c8e9d45442dd488f413e67ce2aa (patch) | |
| tree | ad1667e23afe22aaaaf1e4f648b478613be0047a | |
| parent | d192e02b27805e9e39395ad85a2667cc310ff87f (diff) | |
[1.7.x] Removed unused import.
| -rwxr-xr-x | tests/runtests.py | 2 |
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 |
