style: format backtesting files with black

This commit is contained in:
Bu5hm4nn
2026-04-01 13:49:21 +02:00
parent f69e4b2d29
commit 79d19f14ef
2 changed files with 1 additions and 5 deletions

View File

@@ -319,7 +319,3 @@ def start_backtest_job(
thread.start() thread.start()
return job return job

View File

@@ -323,7 +323,7 @@ class BacktestPageService:
margin_call_ltv=normalized_inputs.margin_call_ltv, margin_call_ltv=normalized_inputs.margin_call_ltv,
) )
# CRITICAL: The backtest engine uses a fixture provider (synthetic_v1), # CRITICAL: The backtest engine uses a fixture provider (synthetic_v1),
# regardless of the data_source used for price fetching. # regardless of the data_source used for price fetching.
# We must use the fixture provider's ID for the scenario, not the data source's ID. # We must use the fixture provider's ID for the scenario, not the data source's ID.
# The data_source parameter only affects price data fetching, not the backtest engine. # The data_source parameter only affects price data fetching, not the backtest engine.