Skip to content

Commit

Permalink
Fix for latest flake8
Browse files Browse the repository at this point in the history
Resolves #76 - `store_true` + `type` doesn't make sense
  • Loading branch information
asottile authored Oct 15, 2019
1 parent 2e2b9b5 commit 76f6d93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flake8_eradicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def add_options(cls, parser: OptionManager) -> None:
'this may result in false positives'
),
action='store_true',
type=None,
parse_from_config=True,
)

Expand Down

0 comments on commit 76f6d93

Please sign in to comment.