Skip to content

Commit 262da9e

Browse files
committed
Fix flake8 warnings
1 parent 1afea2b commit 262da9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyindicators/indicators/rsi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
from pyindicators.exceptions import PyIndicatorException
66

7+
78
def rsi(
89
data: Union[PdDataFrame, PlDataFrame],
910
source_column: str,

0 commit comments

Comments
 (0)