We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27abe2b commit 01b1effCopy full SHA for 01b1eff
durabletask/internal/orchestrator_service_pb2_grpc.py
@@ -4,7 +4,9 @@
4
import warnings
5
6
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
7
-import orchestrator_service_pb2 as orchestrator__service__pb2
+
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
10
11
GRPC_GENERATED_VERSION = '1.67.0'
12
GRPC_VERSION = grpc.__version__
0 commit comments