Skip to content

Commit

Permalink
fix: linter complain
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba-esk committed Dec 18, 2024
1 parent 30f2309 commit 5eaf879
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/k8s/configmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ import (
"errors"
"fmt"

"github.com/celestiaorg/knuu/pkg/names"
v1 "k8s.io/api/core/v1"
apierrs "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/validation"

"github.com/celestiaorg/knuu/pkg/names"
)

const (
Expand Down

0 comments on commit 5eaf879

Please sign in to comment.