Code clean up

This commit is contained in:
Daniel Quinn
2018-05-28 12:56:06 +01:00
parent 1a044972a9
commit dac59af437
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
class Renderable(object):
class Renderable:
"""
A handy mixin to make it easier/cleaner to print output based on a
verbosity value.