Skip to content

Commit

Permalink
Version 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 12, 2020
1 parent 2d075e4 commit 9084909
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flake8_eradicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ def __init__(self, physical_line, tokens) -> None:
self._tokens = tokens
self._options = _Options(aggressive=self.options.eradicate_aggressive)

def _error(self, traceback: str) -> str:
return self._error_template.format(traceback)

@classmethod
def add_options(cls, parser: OptionManager) -> None:
"""
Expand Down

0 comments on commit 9084909

Please sign in to comment.