Skip to content

Commit 963b7fc

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

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

debug_toolbar/panels/sql/utils.py

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,15 @@ def contrasting_color_generator():
137137
and then vary subsequent bits systematically.
138138
"""
139139

140-
return cycle([
141-
"#0C375A",
142-
"#21A0A0",
143-
"#FFC300",
144-
"#FF5733",
145-
"#C70039",
146-
"#900C3F",
147-
"#581845",
148-
"#F1C40F"
149-
])
140+
return cycle(
141+
[
142+
"#0C375A",
143+
"#21A0A0",
144+
"#FFC300",
145+
"#FF5733",
146+
"#C70039",
147+
"#900C3F",
148+
"#581845",
149+
"#F1C40F",
150+
]
151+
)

debug_toolbar/static/debug_toolbar/css/toolbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466

467467
#djDebug .djdt-badge.djdt-badge-success {
468468
color: #fff;
469-
background-color: #05A53F;
469+
background-color: #05a53f;
470470
}
471471

472472
#djDebug .djdt-panelContent .djDebugClose {

0 commit comments

Comments
 (0)