From 395e22ea72495ff58d234209504cc8d79cd2c254 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 30 Jan 2025 07:13:18 -0800 Subject: [PATCH] fix code qa check --- litellm/llms/bedrock/chat/converse_transformation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/llms/bedrock/chat/converse_transformation.py b/litellm/llms/bedrock/chat/converse_transformation.py index 14cf28f77c..521dd20854 100644 --- a/litellm/llms/bedrock/chat/converse_transformation.py +++ b/litellm/llms/bedrock/chat/converse_transformation.py @@ -31,7 +31,7 @@ from litellm.types.llms.openai import ( OpenAIMessageContentListBlock, ) from litellm.types.utils import ModelResponse, Usage -from litellm.utils import CustomStreamWrapper, add_dummy_tool, has_tool_call_blocks +from litellm.utils import add_dummy_tool, has_tool_call_blocks from ..common_utils import ( AmazonBedrockGlobalConfig,