From 7b3621518b53d7515d98158ee9b87ee0bc32cc61 Mon Sep 17 00:00:00 2001 From: Cesar Garcia <128240629+Chesars@users.noreply.github.com> Date: Tue, 10 Mar 2026 22:56:27 -0300 Subject: [PATCH] Update litellm/litellm_core_utils/get_model_cost_map.py Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- litellm/litellm_core_utils/get_model_cost_map.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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] = []