Skip to content

Commit da4abb6

Browse files
committed
remove unused type
1 parent 5e499f6 commit da4abb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/livekit/rtc/audio_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import asyncio
1818
import json
1919
from dataclasses import dataclass
20-
from typing import Any, AsyncIterator, Optional, Tuple
20+
from typing import Any, AsyncIterator, Optional
2121

2222
from ._ffi_client import FfiClient, FfiHandle
2323
from ._proto import audio_frame_pb2 as proto_audio_frame

0 commit comments

Comments
 (0)