Skip to content
Snippets Groups Projects
Commit 26cd9331 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Remove obsolete pylint code

parent 5b0aa07a
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,6 @@ def parseAndSetLogLevels(arg):
class colors:
# pylint: disable=C0326
NONE = chr(27) + "[0m"
BLACk = chr(27) + "[30m"
RED = chr(27) + "[31m"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment