summaryrefslogtreecommitdiff
path: root/src/buildstream/_protos/google/longrunning/operations_pb2_grpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_protos/google/longrunning/operations_pb2_grpc.py')
-rw-r--r--src/buildstream/_protos/google/longrunning/operations_pb2_grpc.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/buildstream/_protos/google/longrunning/operations_pb2_grpc.py b/src/buildstream/_protos/google/longrunning/operations_pb2_grpc.py
index 24240730a..66c755056 100644
--- a/src/buildstream/_protos/google/longrunning/operations_pb2_grpc.py
+++ b/src/buildstream/_protos/google/longrunning/operations_pb2_grpc.py
@@ -1,9 +1,7 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
import grpc
-from buildstream._protos.google.longrunning import (
- operations_pb2 as google_dot_longrunning_dot_operations__pb2,
-)
+from buildstream._protos.google.longrunning import operations_pb2 as google_dot_longrunning_dot_operations__pb2
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
@@ -129,7 +127,5 @@ def add_OperationsServicer_to_server(servicer, server):
response_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
),
}
- generic_handler = grpc.method_handlers_generic_handler(
- "google.longrunning.Operations", rpc_method_handlers
- )
+ generic_handler = grpc.method_handlers_generic_handler("google.longrunning.Operations", rpc_method_handlers)
server.add_generic_rpc_handlers((generic_handler,))