summaryrefslogtreecommitdiff
path: root/src/buildstream/_protos/buildstream/v2/source_pb2_grpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_protos/buildstream/v2/source_pb2_grpc.py')
-rw-r--r--src/buildstream/_protos/buildstream/v2/source_pb2_grpc.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/buildstream/_protos/buildstream/v2/source_pb2_grpc.py b/src/buildstream/_protos/buildstream/v2/source_pb2_grpc.py
index 11958366b..4c3a84075 100644
--- a/src/buildstream/_protos/buildstream/v2/source_pb2_grpc.py
+++ b/src/buildstream/_protos/buildstream/v2/source_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 (
- source_pb2 as buildstream_dot_v2_dot_source__pb2,
-)
+from buildstream._protos.buildstream.v2 import source_pb2 as buildstream_dot_v2_dot_source__pb2
class SourceServiceStub(object):
@@ -67,7 +65,5 @@ def add_SourceServiceServicer_to_server(servicer, server):
response_serializer=buildstream_dot_v2_dot_source__pb2.Source.SerializeToString,
),
}
- generic_handler = grpc.method_handlers_generic_handler(
- "buildstream.v2.SourceService", rpc_method_handlers
- )
+ generic_handler = grpc.method_handlers_generic_handler("buildstream.v2.SourceService", rpc_method_handlers)
server.add_generic_rpc_handlers((generic_handler,))