Skip to content

Commit 86b6be9

Browse files
committed
Add type to init_pkt
1 parent 00f2f65 commit 86b6be9

File tree

1 file changed

+1
-1
lines changed
  • livekit-plugins/livekit-plugins-elevenlabs/livekit/plugins/elevenlabs

1 file changed

+1
-1
lines changed

livekit-plugins/livekit-plugins-elevenlabs/livekit/plugins/elevenlabs/tts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ async def _send_loop(self) -> None:
593593
if is_given(self._opts.voice_settings)
594594
else {}
595595
)
596-
init_pkt = {
596+
init_pkt: dict[str, Any] = {
597597
"text": " ",
598598
"voice_settings": voice_settings,
599599
"context_id": msg.context_id,

0 commit comments

Comments
 (0)