Skip to content

Commit

Permalink
fix parse_options bug
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Nov 18, 2022
1 parent f5f634f commit fb00a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake8_isort.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self, tree, filename, lines):
self.filename = filename
self.lines = lines

def add_options(option_manager):
def add_options(self, option_manager):
option_manager.add_option(
'--isort-show-traceback',
action='store_true',
Expand Down

0 comments on commit fb00a24

Please sign in to comment.