pylint W0235(useless-super-delegation)

This commit is contained in:
Carlos Meza 2018-02-25 06:54:37 +00:00
parent ce42d889cd
commit d4314c64bb

View file

@ -100,5 +100,4 @@ class FileFormatter(SourceFormatter):
"""Formats log statements for output to file
Currently this is just a stub
"""
def format(self, record):
return super(FileFormatter, self).format(record)
pass