Skip to content

Commit b460092

Browse files
committed
MNT: Fix new flake8 warning E741
1 parent 7010d68 commit b460092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtesting/backtesting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def _check_params(self, params):
7373
setattr(self, k, v)
7474
return params
7575

76-
def I(self, # noqa: E743
76+
def I(self, # noqa: E741, E743
7777
func: Callable, *args,
7878
name=None, plot=True, overlay=None, color=None, scatter=False,
7979
**kwargs) -> np.ndarray:

0 commit comments

Comments
 (0)