fix: fix linting error

This commit is contained in:
Krrish Dholakia 2025-03-11 18:17:00 -07:00
parent 52b1c6d316
commit e40cac5cd1

View file

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