Skip to content

Commit

Permalink
try fix proto generation
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Martinez <[email protected]>
  • Loading branch information
famarting committed Oct 28, 2024
1 parent 27abe2b commit 01b1eff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion durabletask/internal/orchestrator_service_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
import warnings

from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
import orchestrator_service_pb2 as orchestrator__service__pb2

# TODO: This is a manual edit. Need to figure out how to not manually edit this file.
import durabletask.internal.orchestrator_service_pb2 as orchestrator__service__pb2

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

0 comments on commit 01b1eff

Please sign in to comment.