chore: fix type declaration
This commit is contained in:
@@ -368,7 +368,7 @@ def generate_strategy_stats(
|
|||||||
:param market_change: float indicating the market change
|
:param market_change: float indicating the market change
|
||||||
:return: Dictionary containing results per strategy and a strategy summary.
|
: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):
|
if not isinstance(results, DataFrame):
|
||||||
return {}
|
return {}
|
||||||
config = content["config"]
|
config = content["config"]
|
||||||
|
|||||||
Reference in New Issue
Block a user