Skip to content

Commit

Permalink
Merge pull request #1 from bigsheeper/2110-search-by-id-ht-2
Browse files Browse the repository at this point in the history
update proto
  • Loading branch information
Jellal-HT committed Oct 20, 2021
2 parents b2587c1 + a7b5eb9 commit acf72fa
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 acf72fa

Please sign in to comment.