fix(ir): fix kfp-pipeline-spec proto imports (#7754)
* remove unused import * add google.protobuf.Duration import
This commit is contained in:
parent
13c7b6e28b
commit
436d7afe83
|
@ -17,7 +17,6 @@ syntax = "proto3";
|
|||
option go_package = "github.com/kubeflow/pipelines/api/v2alpha1/go/cachekey";
|
||||
package ml_pipelines;
|
||||
|
||||
// import "google/protobuf/any.proto";
|
||||
import "google/protobuf/struct.proto";
|
||||
import "pipeline_spec.proto";
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ syntax = "proto3";
|
|||
|
||||
package ml_pipelines;
|
||||
|
||||
import "google/protobuf/any.proto";
|
||||
import "google/protobuf/duration.proto";
|
||||
import "google/protobuf/struct.proto";
|
||||
import "google/rpc/status.proto";
|
||||
|
||||
|
|
Loading…
Reference in New Issue