Skip to content

Commit

Permalink
Code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed Nov 6, 2023
1 parent c349501 commit b06b208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githublabels.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_dpg_pog():
COMMON_LABELS[lab] = TYPE_COMMANDS[lab][0]

for reason in TEST_IGNORE_REASON:
COMMON_LABELS["tests-"+reason] = LABEL_COLORS["info"]
COMMON_LABELS["tests-" + reason] = LABEL_COLORS["info"]

COMPARISON_LABELS = {
"comparison-notrun": "bfe5bf",
Expand Down

0 comments on commit b06b208

Please sign in to comment.