Skip to content

Commit 2498274

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

debug_toolbar/panels/timer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class TimerPanel(Panel):
1616
"""
1717
Panel that displays the time a response took in milliseconds.
1818
"""
19+
1920
is_async = True
2021

2122
def nav_subtitle(self):

tests/test_integration_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import unittest
21
import re
2+
import unittest
33
from unittest.mock import patch
44

55
import html5lib

0 commit comments

Comments
 (0)