revert-34515-revert-33969-checkAbortError
Xuan Wang 12 months ago
parent 95074e2564
commit ce63ab1d6a
  1. 4
      src/python/grpcio/grpc/_channel.py

@ -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

Loading…
Cancel
Save