mirror of https://github.com/django/django.git
[2.2.x] Removed unused imports.
This commit is contained in:
parent
e85317d731
commit
bb54a2daee
|
@ -1,7 +1,5 @@
|
|||
from unittest import mock
|
||||
|
||||
from django.db import transaction
|
||||
from django.test import TestCase, skipUnlessDBFeature
|
||||
from django.test import TestCase
|
||||
|
||||
from .models import Article, InheritedArticleA, InheritedArticleB, Publication
|
||||
|
||||
|
|
|
@ -21,8 +21,7 @@ from django.utils.safestring import mark_safe
|
|||
from django.utils.version import PY36
|
||||
from django.views.debug import (
|
||||
CLEANSED_SUBSTITUTE, CallableSettingWrapper, ExceptionReporter,
|
||||
Path as DebugPath, cleanse_setting, default_urlconf,
|
||||
technical_404_response, technical_500_response,
|
||||
Path as DebugPath, cleanse_setting, technical_500_response,
|
||||
)
|
||||
|
||||
from ..views import (
|
||||
|
|
Loading…
Reference in New Issue