Fix flake8

This commit is contained in:
Gerald Lonlas
2018-01-17 21:50:12 -08:00
parent dfd61bbf1d
commit be75522507
4 changed files with 4 additions and 1 deletions

View File

@@ -27,7 +27,6 @@ class DefaultStrategy(IStrategy):
# Optimal stoploss designed for the strategy
stoploss = -0.10
def populate_indicators(self, dataframe: DataFrame) -> DataFrame:
"""
Adds several different TA indicators to the given DataFrame