revert inadvertent wihtespace changes

This commit is contained in:
Matthias 2018-07-20 22:15:32 +02:00
parent cf83416d69
commit 98665dcef4

View File

@ -40,7 +40,6 @@ class Hyperopt(Backtesting):
hyperopt = Hyperopt(config)
hyperopt.start()
"""
def __init__(self, config: Dict[str, Any]) -> None:
super().__init__(config)
# set TARGET_TRADES to suit your number concurrent trades so its realistic
@ -229,7 +228,6 @@ class Hyperopt(Backtesting):
"""
Define the buy strategy parameters to be used by hyperopt
"""
def populate_buy_trend(dataframe: DataFrame, pair: str) -> DataFrame:
"""
Buy strategy Hyperopt will build and use