Skip to content

Commit 01b1eff

Browse files
committed
try fix proto generation
Signed-off-by: Fabian Martinez <[email protected]>
1 parent 27abe2b commit 01b1eff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

durabletask/internal/orchestrator_service_pb2_grpc.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
import warnings
55

66
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
7-
import orchestrator_service_pb2 as orchestrator__service__pb2
7+
8+
# TODO: This is a manual edit. Need to figure out how to not manually edit this file.
9+
import durabletask.internal.orchestrator_service_pb2 as orchestrator__service__pb2
810

911
GRPC_GENERATED_VERSION = '1.67.0'
1012
GRPC_VERSION = grpc.__version__

0 commit comments

Comments
 (0)