Skip to content

Commit

Permalink
update proto
Browse files Browse the repository at this point in the history
  • Loading branch information
bigsheeper committed Oct 20, 2021
1 parent b2587c1 commit a7b5eb9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion grpc-proto/gen/milvus_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion grpc-proto/gen/milvus_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ def GetMetrics(self, request, context):
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!')



def add_MilvusServiceServicer_to_server(servicer, server):
Expand Down
2 changes: 1 addition & 1 deletion pymilvus/grpc_gen/milvus_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pymilvus/grpc_gen/milvus_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ def GetMetrics(self, request, context):
raise NotImplementedError('Method not implemented!')



def add_MilvusServiceServicer_to_server(servicer, server):
rpc_method_handlers = {
'CreateCollection': grpc.unary_unary_rpc_method_handler(
Expand Down

0 comments on commit a7b5eb9

Please sign in to comment.