Skip to content

Commit 8a48dab

Browse files
committed
fix ruff
1 parent ed188b9 commit 8a48dab

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

livekit-rtc/livekit/rtc/room.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -561,9 +561,7 @@ def on_participant_connected(participant):
561561
# disconnect() unsubscribes too, but it early-returns when the
562562
# room is already disconnected (e.g. removed remotely).
563563
ffi_queue = self._ffi_queue
564-
self._task.add_done_callback(
565-
lambda _: FfiClient.instance.queue.unsubscribe(ffi_queue)
566-
)
564+
self._task.add_done_callback(lambda _: FfiClient.instance.queue.unsubscribe(ffi_queue))
567565

568566
# Unblock the FFI server once this SDK is ready to receive room events.
569567
ready_req = proto_ffi.FfiRequest()

0 commit comments

Comments
 (0)