Skip to content

Commit 0c7dc13

Browse files
committed
ignore override
1 parent 21375cc commit 0c7dc13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/elevenlabs/music_custom.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class MusicClient(AutogeneratedMusicClient):
3434
Extends the autogenerated client to include custom music methods
3535
"""
3636

37-
def compose_detailed(
37+
def compose_detailed( # type: ignore[override]
3838
self,
3939
*,
4040
output_format: typing.Optional[MusicComposeDetailedRequestOutputFormat] = None,
@@ -163,7 +163,7 @@ class AsyncMusicClient(AutogeneratedAsyncMusicClient):
163163
Extends the autogenerated async client to include custom music methods
164164
"""
165165

166-
async def compose_detailed(
166+
async def compose_detailed( # type: ignore[override]
167167
self,
168168
*,
169169
output_format: typing.Optional[MusicComposeDetailedRequestOutputFormat] = None,

0 commit comments

Comments
 (0)