diff options
| author | Tim Graham <timograham@gmail.com> | 2014-02-18 11:33:30 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-02-18 11:33:30 -0500 |
| commit | 20f455b3d6298431fae34a8f92905f4dd3a4f99f (patch) | |
| tree | f457d9b2cc7ec4c41aee9007703b61a432c207ab /tests/user_commands/tests.py | |
| parent | ffa238c3f781b064e5c0cfd0b40d1a7da9d84a49 (diff) | |
flake8 fixes (unused imports and variables).
Diffstat (limited to 'tests/user_commands/tests.py')
| -rw-r--r-- | tests/user_commands/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/user_commands/tests.py b/tests/user_commands/tests.py index 52665f1a1c..bf555e66b9 100644 --- a/tests/user_commands/tests.py +++ b/tests/user_commands/tests.py @@ -2,7 +2,6 @@ import sys from django.core import management from django.core.management import CommandError -from django.core.management.base import BaseCommand from django.core.management.utils import popen_wrapper from django.test import SimpleTestCase from django.utils import translation |
