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 b3da26a commit 2498274Copy full SHA for 2498274
debug_toolbar/panels/timer.py
@@ -16,6 +16,7 @@ class TimerPanel(Panel):
16
"""
17
Panel that displays the time a response took in milliseconds.
18
19
+
20
is_async = True
21
22
def nav_subtitle(self):
tests/test_integration_async.py
@@ -1,5 +1,5 @@
1
-import unittest
2
import re
+import unittest
3
from unittest.mock import patch
4
5
import html5lib
0 commit comments