Skip to content

Commit 1e19e11

Browse files
authored
CI fix attempt 1
1 parent 8f955c5 commit 1e19e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/livekit/rtc/room.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ def _handle_stream_header(
769769

770770
byte_reader = ByteStreamReader(header)
771771
self._byte_stream_readers[header.stream_id] = byte_reader
772-
task: asyncio.Task[Any] = asyncio.create_task(
772+
task = asyncio.create_task(
773773
byte_stream_handler(byte_reader, participant_identity) # type: ignore
774774
)
775775
self._data_stream_tasks.add(task)

0 commit comments

Comments
 (0)