From 72902c39c511d33fdc1c13310633f46c37eadfc5 Mon Sep 17 00:00:00 2001 From: Seokjun Yang Date: Fri, 20 Mar 2026 18:09:52 +0900 Subject: [PATCH] Remove extra newline in common_utils.py --- litellm/llms/bedrock/common_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/llms/bedrock/common_utils.py b/litellm/llms/bedrock/common_utils.py index 6e659f06d50..9666aa68c99 100644 --- a/litellm/llms/bedrock/common_utils.py +++ b/litellm/llms/bedrock/common_utils.py @@ -322,7 +322,6 @@ def init_bedrock_client( endpoint_url=endpoint_url, config=config, verify=ssl_verify, - ) elif aws_profile_name is not None: # uses auth values from AWS profile usually stored in ~/.aws/credentials