mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
pylint W0235(useless-super-delegation)
This commit is contained in:
parent
ce42d889cd
commit
d4314c64bb
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue