From 795a71ce1e3c8b667896da8aeb74037bd37e690d Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 31 Jan 2025 21:27:56 -0800 Subject: [PATCH] fix linting error --- litellm/llms/bedrock/chat/invoke_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/llms/bedrock/chat/invoke_handler.py b/litellm/llms/bedrock/chat/invoke_handler.py index 59d9917aa2..00987ae6a8 100644 --- a/litellm/llms/bedrock/chat/invoke_handler.py +++ b/litellm/llms/bedrock/chat/invoke_handler.py @@ -311,7 +311,7 @@ class BedrockLLM(BaseAWSLLM): model: str, response: httpx.Response, model_response: ModelResponse, - stream: bool, + stream: Optional[bool], logging_obj: Logging, optional_params: dict, api_key: str,