Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrennz committed Sep 6, 2024
1 parent 24af51e commit e7fd50a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/cmd/config/command.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
package config

import (
"context"
_ "embed"
"fmt"
"html/template"
"os"

"github.com/pkg/errors"
"github.com/urfave/cli/v2"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/kubernetes"
"k8s.io/client-go/tools/clientcmd"

Expand Down

0 comments on commit e7fd50a

Please sign in to comment.