backtest_live_models - fix typo

This commit is contained in:
Wagner Costa Santos 2022-09-26 19:21:53 -03:00
parent 0318ca9f12
commit 290afd9699
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def get_full_model_path(config: Config) -> Path:
)
def get_timerange_from_ready_models(models_path: Path) -> Tuple[TimeRange, str, dict[str, Any]]:
def get_timerange_from_ready_models(models_path: Path) -> Tuple[TimeRange, str, Dict[str, Any]]:
"""
Returns timerange information based on a FreqAI model directory
:param models_path: FreqAI model path