Skip to content

Commit 2b32567

Browse files
committed
fix media devices lint
1 parent 78468ea commit 2b32567

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, AsyncIterator, Optional
19+
from typing import Any, Optional
2020

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

2525
from . import AudioSource

0 commit comments

Comments
 (0)