*: remove explicit object super class

closes #635
This commit is contained in:
William Ballenthin
2021-06-14 08:47:09 -06:00
parent 247d330f79
commit 83909b2be4
6 changed files with 9 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ def green(s):
return termcolor.colored(s, "green")
class Lint(object):
class Lint:
WARN = orange("WARN")
FAIL = red("FAIL")