fix: fix linting error

This commit is contained in:
Krrish Dholakia 2025-03-11 18:17:00 -07:00
parent 2469072c50
commit e6f21d3654

View file

@ -5172,7 +5172,7 @@ async def aspeech(*args, **kwargs) -> HttpxBinaryResponseContent:
@client @client
def speech( def speech( # noqa: PLR0915
model: str, model: str,
input: str, input: str,
voice: Optional[Union[str, dict]] = None, voice: Optional[Union[str, dict]] = None,