Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Feb 1, 2025
1 parent 1d9ccb7 commit 795a71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litellm/llms/bedrock/chat/invoke_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def process_response( # noqa: PLR0915
model: str,
response: httpx.Response,
model_response: ModelResponse,
stream: bool,
stream: Optional[bool],
logging_obj: Logging,
optional_params: dict,
api_key: str,
Expand Down

0 comments on commit 795a71c

Please sign in to comment.