Skip to content

Commit

Permalink
fix-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Sep 4, 2024
1 parent 814b765 commit 14deb77
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions internal/cli/serverless/export/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ import (
"fmt"
"os"
"testing"
"tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/export"

"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
"tidbcloud-cli/internal"
"tidbcloud-cli/internal/iostream"
"tidbcloud-cli/internal/mock"
"tidbcloud-cli/internal/service/cloud"
"tidbcloud-cli/pkg/tidbcloud/v1beta1/serverless/export"

"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
)

type CreateExportSuite struct {
Expand Down

0 comments on commit 14deb77

Please sign in to comment.