From e6f21d3654f4ffe90398059e221e51a63bce91bf Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 11 Mar 2025 18:17:00 -0700 Subject: [PATCH] fix: fix linting error --- litellm/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/main.py b/litellm/main.py index 02f69192a2..a73a132fe4 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -5172,7 +5172,7 @@ async def aspeech(*args, **kwargs) -> HttpxBinaryResponseContent: @client -def speech( +def speech( # noqa: PLR0915 model: str, input: str, voice: Optional[Union[str, dict]] = None,