resolve code quality check

This commit is contained in:
bobsfriend12 2024-07-30 18:58:35 -06:00
parent dbf53b4999
commit b31690d71b

View File

@ -957,7 +957,7 @@ class Helpers:
] ]
return colors[ansi_code] return colors[ansi_code]
elif 8 <= ansi_code <= 15: if 8 <= ansi_code <= 15:
# High-intensity colors # High-intensity colors
colors = [ colors = [
(128, 128, 128), # Bright Black (Gray) (128, 128, 128), # Bright Black (Gray)