summaryrefslogtreecommitdiff
path: root/src/buildstream/_protos/buildstream/v2/buildstream_pb2_grpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_protos/buildstream/v2/buildstream_pb2_grpc.py')
-rw-r--r--src/buildstream/_protos/buildstream/v2/buildstream_pb2_grpc.py12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/buildstream/_protos/buildstream/v2/buildstream_pb2_grpc.py b/src/buildstream/_protos/buildstream/v2/buildstream_pb2_grpc.py
index 7c4ca932b..ca890fa53 100644
--- a/src/buildstream/_protos/buildstream/v2/buildstream_pb2_grpc.py
+++ b/src/buildstream/_protos/buildstream/v2/buildstream_pb2_grpc.py
@@ -1,9 +1,7 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
import grpc
-from buildstream._protos.buildstream.v2 import (
- buildstream_pb2 as buildstream_dot_v2_dot_buildstream__pb2,
-)
+from buildstream._protos.buildstream.v2 import buildstream_pb2 as buildstream_dot_v2_dot_buildstream__pb2
class ReferenceStorageStub(object):
@@ -86,9 +84,7 @@ def add_ReferenceStorageServicer_to_server(servicer, server):
response_serializer=buildstream_dot_v2_dot_buildstream__pb2.StatusResponse.SerializeToString,
),
}
- generic_handler = grpc.method_handlers_generic_handler(
- "buildstream.v2.ReferenceStorage", rpc_method_handlers
- )
+ generic_handler = grpc.method_handlers_generic_handler("buildstream.v2.ReferenceStorage", rpc_method_handlers)
server.add_generic_rpc_handlers((generic_handler,))
@@ -129,7 +125,5 @@ def add_CapabilitiesServicer_to_server(servicer, server):
response_serializer=buildstream_dot_v2_dot_buildstream__pb2.ServerCapabilities.SerializeToString,
),
}
- generic_handler = grpc.method_handlers_generic_handler(
- "buildstream.v2.Capabilities", rpc_method_handlers
- )
+ generic_handler = grpc.method_handlers_generic_handler("buildstream.v2.Capabilities", rpc_method_handlers)
server.add_generic_rpc_handlers((generic_handler,))