diff --git a/litellm/llms/bedrock/embed/embedding.py b/litellm/llms/bedrock/embed/embedding.py index c9eea516eb0..7152d7ce15c 100644 --- a/litellm/llms/bedrock/embed/embedding.py +++ b/litellm/llms/bedrock/embed/embedding.py @@ -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],