Lint: E222 multiple spaces after operator

This commit is contained in:
2020-11-07 12:10:24 -05:00
parent fad27a7f4d
commit 5b3ee363b2
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ class Logger(object):
fmt_purple = '\033[95m'
fmt_cyan = '\033[96m'
fmt_white = '\033[97m'
fmt_bold = '\033[1m'
fmt_bold = '\033[1m'
fmt_end = '\033[0m'
last_colour = ''