Skip to content

Commit

Permalink
Merge pull request #100 from eugeneo/create-pull-request/patch-7cf67a5
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/task/multy-xds-client-configs
  • Loading branch information
eugeneo authored Jan 19, 2024
2 parents 7cf67a5 + 2db26ec commit c0e7a16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/python/grpcio_csds/grpc_csds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ class ClientStatusDiscoveryServiceServicer(

@staticmethod
def FetchClientStatus(request, unused_context):
return csds_pb2.ClientStatusResponse.FromString(cygrpc.dump_xds_configs())
return csds_pb2.ClientStatusResponse.FromString(
cygrpc.dump_xds_configs()
)

@staticmethod
def StreamClientStatus(request_iterator, context):
Expand Down

0 comments on commit c0e7a16

Please sign in to comment.