Skip to content

Commit

Permalink
fixup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Despire committed Oct 21, 2024
1 parent 7f449a4 commit 787b1cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/nodes/metadata.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package nodes

import (
"strings"

"github.com/berops/claudie/internal/utils"
"github.com/berops/claudie/proto/pb/spec"
k8sV1 "k8s.io/api/core/v1"
"strings"
)

type LabelKey string
Expand Down

0 comments on commit 787b1cc

Please sign in to comment.