[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.db import transaction
|
||||||
from django.test import TestCase, skipUnlessDBFeature
|
from django.test import TestCase
|
||||||
|
|
||||||
from .models import Article, InheritedArticleA, InheritedArticleB, Publication
|
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.utils.version import PY36
|
||||||
from django.views.debug import (
|
from django.views.debug import (
|
||||||
CLEANSED_SUBSTITUTE, CallableSettingWrapper, ExceptionReporter,
|
CLEANSED_SUBSTITUTE, CallableSettingWrapper, ExceptionReporter,
|
||||||
Path as DebugPath, cleanse_setting, default_urlconf,
|
Path as DebugPath, cleanse_setting, technical_500_response,
|
||||||
technical_404_response, technical_500_response,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
from ..views import (
|
from ..views import (
|
||||||
|
|
Loading…
Reference in New Issue