mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 14:24:17 +00:00
Remove obsolete compatibility code
This commit is contained in:
parent
7b36756428
commit
5772f274aa
1 changed files with 0 additions and 2 deletions
|
|
@ -58,8 +58,6 @@ def get_parser():
|
||||||
|
|
||||||
|
|
||||||
class StyleGuide(pep8.StyleGuide):
|
class StyleGuide(pep8.StyleGuide):
|
||||||
# Backward compatibility pep8 <= 1.4.2
|
|
||||||
checker_class = pep8.Checker
|
|
||||||
|
|
||||||
def input_file(self, filename, lines=None, expected=None, line_offset=0):
|
def input_file(self, filename, lines=None, expected=None, line_offset=0):
|
||||||
"""Run all checks on a Python source file."""
|
"""Run all checks on a Python source file."""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue