Skip to content

Commit

Permalink
Merge pull request #103 from eugeneo/create-pull-request/patch-bf9883e
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 23, 2024
2 parents bf9883e + 79cb7eb commit 518de93
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 518de93

Please sign in to comment.