From 8a687570b6694c36d9968cbb9b312304b446fe01 Mon Sep 17 00:00:00 2001 From: Zeel Patel Date: Tue, 15 Jun 2021 00:13:16 -0700 Subject: [PATCH] Fix lint issues kernc#195 --- backtesting/backtesting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backtesting/backtesting.py b/backtesting/backtesting.py index f5b47b35..41b7a7d5 100644 --- a/backtesting/backtesting.py +++ b/backtesting/backtesting.py @@ -106,7 +106,7 @@ def I(self, # noqa: E741, E743 circle instead of a connected line segment (default). If `histogram` is `True`, the indicator values will be plotted - as a histogram instead of line or circle. When `histogram` is + as a histogram instead of line or circle. When `histogram` is `True`, 'scatter' value will be ignored even if it's set. Additional `*args` and `**kwargs` are passed to `func` and can