From fb00a245fb8795dcd2e96f4c515eeeb8f32a2def Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Fri, 18 Nov 2022 23:29:49 +0000 Subject: [PATCH] fix parse_options bug --- flake8_isort.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake8_isort.py b/flake8_isort.py index a93fa7c..5097234 100644 --- a/flake8_isort.py +++ b/flake8_isort.py @@ -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',