Skip to content

Commit 2c46d26

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debug_toolbar/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ class HealthLevel(IntEnum):
413413
levels from their `health_level` property. The toolbar will aggregate the maximum level
414414
across all panels to determine the overall toolbar health state.
415415
"""
416+
416417
NONE = 0
417418
WARNING = 1
418419
CRITICAL = 2

0 commit comments

Comments
 (0)