Skip to content

Commit 526a4b8

Browse files
authored
Added extra line as lint was complaining kernc#316
1 parent f819e5d commit 526a4b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backtesting/test/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def _read_file(filename):
1515
EURUSD = _read_file('EURUSD.csv')
1616
"""DataFrame of hourly EUR/USD forex data from April 2017 to February 2018."""
1717

18+
1819
def SMA(arr: pd.Series, n: int) -> pd.Series:
1920
"""
2021
Returns `n`-period simple moving average of array `arr`.

0 commit comments

Comments
 (0)