diff --git a/litellm/litellm_core_utils/get_model_cost_map.py b/litellm/litellm_core_utils/get_model_cost_map.py index 406702503ef..81182f06dbf 100644 --- a/litellm/litellm_core_utils/get_model_cost_map.py +++ b/litellm/litellm_core_utils/get_model_cost_map.py @@ -192,8 +192,7 @@ def _expand_model_aliases(model_cost: dict) -> dict: entry so downstream code never sees it. If an alias collides with an existing canonical entry the alias is - silently skipped and a warning is logged. - """ + skipped and a warning is logged. aliases_to_add: Dict[str, dict] = {} keys_with_aliases: List[str] = []