mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +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
|
"""Formats log statements for output to file
|
||||||
Currently this is just a stub
|
Currently this is just a stub
|
||||||
"""
|
"""
|
||||||
def format(self, record):
|
pass
|
||||||
return super(FileFormatter, self).format(record)
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue