pull/31016/head^2
Craig Tiller 2 years ago committed by GitHub
parent 8ed649f576
commit 7a51c301cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/proto/grpc/testing/BUILD

@ -251,6 +251,11 @@ py_grpc_library(
deps = [":worker_service_py_pb2"],
)
proto_library(
name = "stats_descriptor",
srcs = ["stats.proto"],
)
py_proto_library(
name = "stats_py_pb2",
deps = [":stats_descriptor"],

Loading…
Cancel
Save