Skip to content

Commit a8dc08f

Browse files
committed
fmt
1 parent 92a2b7c commit a8dc08f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

livekit-rtc/livekit/rtc/room.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,8 @@ async def run_handler():
955955
)
956956
response_error = RpcError._built_in(RpcError.ErrorCode.APPLICATION_ERROR)
957957

958-
assert self._local_participant is not None # _local_participant is guaranteed to be set after connect()
958+
# _local_participant is guaranteed to be set after connect()
959+
assert self._local_participant is not None
959960
req = proto_ffi.FfiRequest(
960961
rpc_method_invocation_response=RpcMethodInvocationResponseRequest(
961962
local_participant_handle=self._local_participant._ffi_handle.handle,

0 commit comments

Comments
 (0)