Implement a dummy _display to satisfy API constraint.

This commit is contained in:
Claudiu Popa 2016-01-09 22:09:03 +02:00
parent 77fcfcb71c
commit 97bb5a65d5

View File

@ -55,6 +55,9 @@ class JSONReporter(BaseReporter):
def display_reports(self, _):
"""Don't do nothing in this reporter."""
def _display(self, layout):
"""Don't do nothing."""
def register(linter):
"""Register the reporter classes with the linter."""