Skip to content

Commit

Permalink
Remove unused import in remote_runner.proto (#8007)
Browse files Browse the repository at this point in the history
`google/rpc/status.proto` is unused in
`proto/api/v1/remote_runner.proto`, which causes a logged warning during
build.
  • Loading branch information
tempoz authored Dec 10, 2024
1 parent c7b098c commit 2348120
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proto/api/v1/remote_runner.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ syntax = "proto3";

package api.v1;

import "google/rpc/status.proto";

message RunRequest {
// URL of the repo the remote workspace should be initialized for
// Ex. "https://github.com/some-user/acme"
Expand Down

0 comments on commit 2348120

Please sign in to comment.