We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e83ec7 commit 8f39e06Copy full SHA for 8f39e06
debug_toolbar/toolbar.py
@@ -13,7 +13,7 @@
13
from django.dispatch import Signal
14
from django.template import TemplateSyntaxError
15
from django.template.loader import render_to_string
16
-from django.urls import include, path, re_path, resolve, get_script_prefix
+from django.urls import get_script_prefix, include, path, re_path, resolve
17
from django.urls.exceptions import Resolver404
18
from django.utils.module_loading import import_string
19
from django.utils.translation import get_language, override as lang_override
0 commit comments