aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_health_checking/grpc_health/v1/health.py
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-03-21 14:00:05 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-03-21 14:01:05 -0700
commit12b44ae5ecb865aedcf9a6b86268a85cd43c5555 (patch)
tree53afb65d52179cfeb069727d7a46864cce90adbf /src/python/grpcio_health_checking/grpc_health/v1/health.py
parent94f3dddfdc584b9de7e61f14e97183833dc5672e (diff)
parent62d1dd920e15798a8a338aa5553cc592d91631c0 (diff)
Merge remote-tracking branch 'upstream/master' into enable-cronet-compression
Diffstat (limited to 'src/python/grpcio_health_checking/grpc_health/v1/health.py')
-rw-r--r--src/python/grpcio_health_checking/grpc_health/v1/health.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/python/grpcio_health_checking/grpc_health/v1/health.py b/src/python/grpcio_health_checking/grpc_health/v1/health.py
index f0f11cf84b..e92c2659b7 100644
--- a/src/python/grpcio_health_checking/grpc_health/v1/health.py
+++ b/src/python/grpcio_health_checking/grpc_health/v1/health.py
@@ -33,9 +33,10 @@ import threading
import grpc
from grpc_health.v1 import health_pb2
+from grpc_health.v1 import health_pb2_grpc
-class HealthServicer(health_pb2.HealthServicer):
+class HealthServicer(health_pb2_grpc.HealthServicer):
"""Servicer handling RPCs for service statuses."""
def __init__(self):