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:
mwtian 2021-10-31 13:29:51 -07:00 committed by GitHub
parent 702bffe072
commit cb8dc5c94e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View file

@ -9,9 +9,6 @@ proto_library(
srcs = ["src/protobuf/streaming.proto"],
strip_import_prefix = "src",
visibility = ["//visibility:public"],
deps = [
"@com_google_protobuf//:any_proto",
],
)
proto_library(

View file

@ -2,8 +2,6 @@ syntax = "proto3";
package ray.streaming.proto;
import "google/protobuf/any.proto";
option java_package = "io.ray.streaming.runtime.generated";
enum Language {