mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
Fix unused import warning in streaming.proto (#19912)
## Why are these changes needed? This generates a warning when calling `protoc` on the proto. ## Related issue number
This commit is contained in:
parent
702bffe072
commit
cb8dc5c94e
2 changed files with 0 additions and 5 deletions
|
@ -9,9 +9,6 @@ proto_library(
|
||||||
srcs = ["src/protobuf/streaming.proto"],
|
srcs = ["src/protobuf/streaming.proto"],
|
||||||
strip_import_prefix = "src",
|
strip_import_prefix = "src",
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
deps = [
|
|
||||||
"@com_google_protobuf//:any_proto",
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
proto_library(
|
proto_library(
|
||||||
|
|
|
@ -2,8 +2,6 @@ syntax = "proto3";
|
||||||
|
|
||||||
package ray.streaming.proto;
|
package ray.streaming.proto;
|
||||||
|
|
||||||
import "google/protobuf/any.proto";
|
|
||||||
|
|
||||||
option java_package = "io.ray.streaming.runtime.generated";
|
option java_package = "io.ray.streaming.runtime.generated";
|
||||||
|
|
||||||
enum Language {
|
enum Language {
|
||||||
|
|
Loading…
Add table
Reference in a new issue