summaryrefslogtreecommitdiff
path: root/django/core/management/commands/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/core/management/commands/test.py')
-rw-r--r--django/core/management/commands/test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/core/management/commands/test.py b/django/core/management/commands/test.py
index f0e13a2069..ef7b197b00 100644
--- a/django/core/management/commands/test.py
+++ b/django/core/management/commands/test.py
@@ -17,7 +17,6 @@ class Command(BaseCommand):
def handle(self, *test_labels, **options):
from django.conf import settings
- from django.db.models import get_app, get_apps
verbosity = int(options.get('verbosity', 1))
interactive = options.get('interactive', True)