Do not make object inheritance
This patch removes these lintian warnings: Warning R0205: Class 'X' inherits from object, can be safely removed from bases in python3 (useless-object-inheritance)
This commit is contained in:
@ -157,7 +157,7 @@ def CustomConfigDefault():
|
||||
pass
|
||||
|
||||
|
||||
class ConfigHelperMixin(object):
|
||||
class ConfigHelperMixin():
|
||||
"""Allow comfortable retrieving of config values pertaining
|
||||
to a section.
|
||||
|
||||
|
Reference in New Issue
Block a user