Skip to content

Commit e889969

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_toolbar/panels/templates/panel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
from django import http
77
from django.core import signing
8-
from django.templatetags.static import static
98
from django.db.models.query import QuerySet, RawQuerySet
109
from django.template import RequestContext, Template
10+
from django.templatetags.static import static
1111
from django.test.signals import template_rendered
1212
from django.test.utils import instrumented_test_render
1313
from django.urls import path

0 commit comments

Comments
 (0)