Skip to content

Commit fb00a24

Browse files
authored
fix parse_options bug
1 parent f5f634f commit fb00a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake8_isort.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, tree, filename, lines):
2424
self.filename = filename
2525
self.lines = lines
2626

27-
def add_options(option_manager):
27+
def add_options(self, option_manager):
2828
option_manager.add_option(
2929
'--isort-show-traceback',
3030
action='store_true',

0 commit comments

Comments
 (0)