diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-04-18 07:49:35 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-04-18 07:49:35 +0200 |
| commit | bb54a2daeea5dde2fca0b7feddd94e26ea69b619 (patch) | |
| tree | 5586166217d67e802a3d723de4cdff1b628ba19a /tests/view_tests | |
| parent | e85317d73113382c96e87f36f0d732e3084df145 (diff) | |
[2.2.x] Removed unused imports.
Diffstat (limited to 'tests/view_tests')
| -rw-r--r-- | tests/view_tests/tests/test_debug.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/view_tests/tests/test_debug.py b/tests/view_tests/tests/test_debug.py index cdc01352a9..a525433dfa 100644 --- a/tests/view_tests/tests/test_debug.py +++ b/tests/view_tests/tests/test_debug.py @@ -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 ( |
