fix PLR0915

This commit is contained in:
Sameer Kankute 2025-11-28 21:12:42 +05:30
parent eab0ec95f0
commit af8f1475bf

View file

@ -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],