Skip to content

Commit 8f39e06

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2e83ec7 commit 8f39e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_toolbar/toolbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from django.dispatch import Signal
1414
from django.template import TemplateSyntaxError
1515
from django.template.loader import render_to_string
16-
from django.urls import include, path, re_path, resolve, get_script_prefix
16+
from django.urls import get_script_prefix, include, path, re_path, resolve
1717
from django.urls.exceptions import Resolver404
1818
from django.utils.module_loading import import_string
1919
from django.utils.translation import get_language, override as lang_override

0 commit comments

Comments
 (0)