Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: shuangkun <tsk2013uestc@163.com>
  • Loading branch information
shuangkun committed Mar 19, 2024
1 parent 0571b10 commit 5166a50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ package e2e
import (
"encoding/json"
"fmt"
corev1 "k8s.io/api/core/v1"
"os"
"path/filepath"
"strings"
"testing"
"time"

corev1 "k8s.io/api/core/v1"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/suite"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down

0 comments on commit 5166a50

Please sign in to comment.