mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-12 17:20:27 +00:00
Align methods
This commit is contained in:
@@ -183,8 +183,8 @@ def get_backtest_result(filename: Path) -> List[BacktestHistoryEntryType]:
|
||||
{
|
||||
'filename': filename.stem,
|
||||
'strategy': s,
|
||||
'notes': v.get('notes', ''),
|
||||
'run_id': v['run_id'],
|
||||
'notes': v.get('notes', ''),
|
||||
'backtest_start_time': v['backtest_start_time'],
|
||||
} for s, v in load_backtest_metadata(filename).items()
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user