Skip to content

Commit 78468ea

Browse files
committed
fix comment
1 parent 723627c commit 78468ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

livekit-rtc/livekit/rtc/media_devices.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616

1717
import asyncio
1818
from dataclasses import dataclass
19-
from typing import Any, Optional
19+
from typing import Any, AsyncIterator, Optional
2020

2121
import numpy as np
22-
import sounddevice as sd # type: ignore[import-untyped]
22+
import sounddevice as sd # type: ignore[import-not-found]
2323
import threading
2424

2525
from . import AudioSource

0 commit comments

Comments
 (0)