diff --git a/litellm/litellm_core_utils/get_model_cost_map.py b/litellm/litellm_core_utils/get_model_cost_map.py index b97cf32a67f..5673064a238 100644 --- a/litellm/litellm_core_utils/get_model_cost_map.py +++ b/litellm/litellm_core_utils/get_model_cost_map.py @@ -193,6 +193,7 @@ def _expand_model_aliases(model_cost: dict) -> dict: If an alias collides with an existing canonical entry the alias is skipped and a warning is logged. + """ aliases_to_add: Dict[str, dict] = {} keys_with_aliases: List[str] = []