Skip to content

Commit 58483ac

Browse files
committed
remove unused import
1 parent 846538f commit 58483ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/livekit/rtc/media_devices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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
2222
import sounddevice as sd

0 commit comments

Comments
 (0)