We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a2b7c commit a8dc08fCopy full SHA for a8dc08f
livekit-rtc/livekit/rtc/room.py
@@ -955,7 +955,8 @@ async def run_handler():
955
)
956
response_error = RpcError._built_in(RpcError.ErrorCode.APPLICATION_ERROR)
957
958
- assert self._local_participant is not None # _local_participant is guaranteed to be set after connect()
+ # _local_participant is guaranteed to be set after connect()
959
+ assert self._local_participant is not None
960
req = proto_ffi.FfiRequest(
961
rpc_method_invocation_response=RpcMethodInvocationResponseRequest(
962
local_participant_handle=self._local_participant._ffi_handle.handle,
0 commit comments