Skip to content

Commit 4bda9fc

Browse files
committed
remove unneeded stuff
1 parent 87e9c17 commit 4bda9fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

livekit-rtc/livekit/rtc/data_stream.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def __init__(
6464
attachments=list(header.text_header.attached_stream_ids),
6565
)
6666
self._queue: asyncio.Queue[proto_DataStream.Chunk | None] = asyncio.Queue()
67-
self._chunks: Dict[int, proto_DataStream.Chunk] = {}
6867

6968
async def _on_chunk_update(self, chunk: proto_DataStream.Chunk):
7069
await self._queue.put(chunk)

0 commit comments

Comments
 (0)