Skip to content

Commit 4e26328

Browse files
committed
Make pydocstyle happy
1 parent 7ad7765 commit 4e26328

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

linter.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818

1919
class PEP8(PythonLinter):
20-
2120
"""Provides an interface to the pep8 python module/script."""
2221

2322
syntax = 'python'
@@ -101,7 +100,6 @@ def get_report(self):
101100
from pep8 import StandardReport
102101

103102
class Report(StandardReport):
104-
105103
"""Provides a report in the form of a single multiline string, without printing."""
106104

107105
def get_file_results(self):

0 commit comments

Comments
 (0)