mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(lint): add noqa for PLR0915 in map_openai_params
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b4942942b9
commit
7e2bc694fd
1 changed files with 1 additions and 1 deletions
|
|
@ -874,7 +874,7 @@ class AmazonConverseConfig(BaseConfig):
|
|||
):
|
||||
optional_params["fake_stream"] = True
|
||||
|
||||
def map_openai_params(
|
||||
def map_openai_params( # noqa: PLR0915
|
||||
self,
|
||||
non_default_params: dict,
|
||||
optional_params: dict,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue