Fix the typo

pull/20617/head
Lidi Zheng 5 years ago
parent a535a6d69f
commit ea2e8bce0a
  1. 2
      src/python/grpcio/grpc/_cython/_cygrpc/aio/call.pyx.pxi

@ -146,7 +146,7 @@ cdef class _AioCall:
grpc_call_unref(call)
gpr_free(ops)
if receive_status_on_client_operation.code() == grpc._cygrpc.StatusCode.ok:
if receive_status_on_client_operation.code() == StatusCode.ok:
return receive_message_operation.message()
raise grpc.experimental.aio.AioRpcError(

Loading…
Cancel
Save