Skip to content

Commit ef6b0d8

Browse files
authored
Merge pull request #125 from casperdcl/patch-1
fix parse_options bug
2 parents f5f634f + fb00a24 commit ef6b0d8

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)