chore: fix type declaration

This commit is contained in:
Matthias
2025-01-22 07:08:54 +01:00
parent f8f21cfc9c
commit f4bc956b1b

View File

@@ -368,7 +368,7 @@ def generate_strategy_stats(
:param market_change: float indicating the market change
:return: Dictionary containing results per strategy and a strategy summary.
"""
results: dict[str, DataFrame] = content["results"]
results: DataFrame = content["results"]
if not isinstance(results, DataFrame):
return {}
config = content["config"]