From 0bdc411fb71e49884b4795d30e87e44f873139af Mon Sep 17 00:00:00 2001 From: Raghav Jhavar Date: Fri, 9 Jan 2026 17:24:33 +0700 Subject: [PATCH] remove comment --- litellm/llms/bedrock/common_utils.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/litellm/llms/bedrock/common_utils.py b/litellm/llms/bedrock/common_utils.py index 59abfae813e..5cb51cf994f 100644 --- a/litellm/llms/bedrock/common_utils.py +++ b/litellm/llms/bedrock/common_utils.py @@ -359,10 +359,6 @@ def get_bedrock_tool_name(response_tool_name: str) -> str: return response_tool_name -# ============================================================================ -# Standalone model name utility functions -# ============================================================================ - # Cache the global regions list at module level _BEDROCK_GLOBAL_REGIONS: Optional[List[str]] = None