mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix PLR0915
This commit is contained in:
parent
eab0ec95f0
commit
af8f1475bf
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ class BedrockEmbedding(BaseAWSLLM):
|
|||
is_async_invoke=is_async_invoke,
|
||||
)
|
||||
|
||||
def embeddings(
|
||||
def embeddings( # noqa: PLR0915
|
||||
self,
|
||||
model: str,
|
||||
input: List[str],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue