Skip to content

Commit 2c5d082

Browse files
committed
unused
1 parent e4e73a3 commit 2c5d082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/livekit/rtc/participant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ async def _handle_rpc_method_invocation(
453453
response_payload = cast(Optional[str], handler(params))
454454
except RpcError as error:
455455
response_error = error
456-
except Exception as error:
456+
except Exception:
457457
logger.exception(
458458
f"Uncaught error returned by RPC handler for {method}. "
459459
"Returning APPLICATION_ERROR instead. "

0 commit comments

Comments
 (0)