mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Removed unused imports from previous commit.
This commit is contained in:
parent
4a03d348c7
commit
e278407b20
2 changed files with 2 additions and 5 deletions
|
@ -19,13 +19,11 @@ import unittest
|
|||
import django
|
||||
from django import conf, get_version
|
||||
from django.conf import settings
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
from django.core.management import BaseCommand, CommandError, call_command, color
|
||||
from django.utils.deprecation import RemovedInDjango19Warning
|
||||
from django.utils.encoding import force_text
|
||||
from django.utils._os import npath, upath
|
||||
from django.utils.six import StringIO
|
||||
from django.test import LiveServerTestCase, TestCase, ignore_warnings, mock, override_settings
|
||||
from django.test import LiveServerTestCase, TestCase, mock, override_settings
|
||||
from django.test.runner import DiscoverRunner
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue