fix indentations

This commit is contained in:
Janne Sinivirta
2017-12-25 09:48:20 +02:00
parent c774bce4a7
commit b7b1db7eb4
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ def backtest(stake_amount: float, processed: Dict[str, DataFrame],
current_profit_percent,
current_profit_BTC,
row2.Index - row.Index
)
)
)
break
labels = ['currency', 'profit_percent', 'profit_BTC', 'duration']