mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix linting error
This commit is contained in:
parent
1d9ccb7fbe
commit
795a71ce1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue