Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lingdie committed Oct 11, 2023
1 parent 53d3f0d commit b0cd9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/admission/api/v1/icp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package v1
import (
"testing"

"k8s.io/api/networking/v1"
v1 "k8s.io/api/networking/v1"
)

func TestIcpValidator_Query(t *testing.T) {
Expand Down

0 comments on commit b0cd9d2

Please sign in to comment.