mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
chore: remove unused statement
This commit is contained in:
@@ -1470,7 +1470,6 @@ class Backtesting:
|
||||
yield current_time, pair
|
||||
|
||||
self.progress.increment()
|
||||
current_time += increment
|
||||
|
||||
def backtest(self, processed: dict, start_date: datetime, end_date: datetime) -> dict[str, Any]:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user