[2.2.x] Removed unused imports.

This commit is contained in:
Mariusz Felisiak 2019-04-18 07:49:35 +02:00
parent e85317d731
commit bb54a2daee
No known key found for this signature in database
GPG Key ID: 2EF56372BA48CD1B
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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 (