Skip to content

Commit

Permalink
fix the import grpc pb
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-kmt committed Dec 20, 2024
1 parent f2928db commit 5a03ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naptha_sdk/client/grpc_server_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import warnings

from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
from node.client import grpc_server_pb2 as grpc__server__pb2
from naptha_sdk.client import grpc_server_pb2

GRPC_GENERATED_VERSION = '1.68.0'
GRPC_VERSION = grpc.__version__
Expand Down

0 comments on commit 5a03ba5

Please sign in to comment.