Skip to content

Commit

Permalink
Fix after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Graetz <[email protected]>
  • Loading branch information
fg91 committed May 23, 2024
1 parent cee64b9 commit 50e76c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion flyteplugins/go/tasks/plugins/k8s/ray/ray.go
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,6 @@ func (plugin rayJobResourceHandler) GetTaskPhase(ctx context.Context, pluginCont
}

var phaseInfo pluginsCore.PhaseInfo
var err error

// KubeRay creates a Ray cluster first, and then submits a Ray job to the cluster
switch rayJob.Status.JobDeploymentStatus {
Expand Down
2 changes: 0 additions & 2 deletions flyteplugins/go/tasks/plugins/webapi/agent/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import (
"fmt"
"time"

"github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/service"

"golang.org/x/exp/maps"

"github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/admin"
Expand Down

0 comments on commit 50e76c2

Please sign in to comment.