mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 13:33:30 +01:00
MAESTRO: fix linting and formatting
This commit is contained in:
@@ -114,9 +114,7 @@ class Logger:
|
||||
colored = colorizingFunc(c, txt)
|
||||
|
||||
if not colored:
|
||||
raise ValueError(
|
||||
f"Could not strip colors from phrase: ({patt})!"
|
||||
)
|
||||
raise ValueError(f"Could not strip colors from phrase: ({patt})!")
|
||||
|
||||
s = s.replace(patt, colored)
|
||||
pos = 0
|
||||
|
||||
Reference in New Issue
Block a user