Fix pylint

This commit is contained in:
Xuan Wang 2024-03-06 21:39:00 +00:00
parent 95074e2564
commit ce63ab1d6a
1 changed files with 3 additions and 1 deletions

View File

@ -366,7 +366,9 @@ def _rpc_state_string(class_name: str, rpc_state: _RPCState) -> str:
)
class _InactiveRpcError(grpc.RpcError, grpc.Call, grpc.Future):
class _InactiveRpcError(
grpc.RpcError, grpc.Call, grpc.Future
): # pylint: disable=too-many-ancestors
"""An RPC error not tied to the execution of a particular RPC.
The RPC represented by the state object must not be in-progress or