Skip to content

Commit 82176ce

Browse files
committed
Fix import
1 parent 11c42f1 commit 82176ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/grpc/a2a_pb2_grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""Client and server classes corresponding to protobuf-defined services."""
33
import grpc
44

5-
import a2a_pb2 as a2a__pb2
5+
from . import a2a_pb2 as a2a__pb2
66

77

88
class A2AServiceStub(object):

0 commit comments

Comments
 (0)