summaryrefslogtreecommitdiff
path: root/src/buildstream/_protos/buildstream/v2/artifact_pb2_grpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_protos/buildstream/v2/artifact_pb2_grpc.py')
-rw-r--r--src/buildstream/_protos/buildstream/v2/artifact_pb2_grpc.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/buildstream/_protos/buildstream/v2/artifact_pb2_grpc.py b/src/buildstream/_protos/buildstream/v2/artifact_pb2_grpc.py
index 694780e25..9e6dd4359 100644
--- a/src/buildstream/_protos/buildstream/v2/artifact_pb2_grpc.py
+++ b/src/buildstream/_protos/buildstream/v2/artifact_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 (
- artifact_pb2 as buildstream_dot_v2_dot_artifact__pb2,
-)
+from buildstream._protos.buildstream.v2 import artifact_pb2 as buildstream_dot_v2_dot_artifact__pb2
class ArtifactServiceStub(object):
@@ -66,7 +64,5 @@ def add_ArtifactServiceServicer_to_server(servicer, server):
response_serializer=buildstream_dot_v2_dot_artifact__pb2.Artifact.SerializeToString,
),
}
- generic_handler = grpc.method_handlers_generic_handler(
- "buildstream.v2.ArtifactService", rpc_method_handlers
- )
+ generic_handler = grpc.method_handlers_generic_handler("buildstream.v2.ArtifactService", rpc_method_handlers)
server.add_generic_rpc_handlers((generic_handler,))