fix PLR0915
This commit is contained in:
parent
eab0ec95f0
commit
af8f1475bf
@ -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…
Reference in New Issue
Block a user