Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
honnix committed May 16, 2023
1 parent 271647f commit 12be30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sandbox/teardown.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ package sandbox
import (
"context"
"fmt"
"github.com/flyteorg/flytectl/pkg/util"

"github.com/docker/docker/api/types"
"github.com/enescakir/emoji"
sandboxCmdConfig "github.com/flyteorg/flytectl/cmd/config/subcommand/sandbox"
"github.com/flyteorg/flytectl/pkg/configutil"
"github.com/flyteorg/flytectl/pkg/docker"
"github.com/flyteorg/flytectl/pkg/k8s"
"github.com/flyteorg/flytectl/pkg/util"
)

func Teardown(ctx context.Context, cli docker.Docker, teardownFlags *sandboxCmdConfig.TeardownFlags) error {
Expand Down

0 comments on commit 12be30a

Please sign in to comment.