Skip to content

Commit

Permalink
fix(lint): group import go packages
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Apr 17, 2024
1 parent d59be86 commit 215ece6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions internal/resource/obtenantoperation/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ See the Mulan PSL v2 for more details.
package obtenantoperation

import (
v1alpha1 "github.com/oceanbase/ob-operator/api/v1alpha1"
resourceutils "github.com/oceanbase/ob-operator/internal/resource/utils"
"github.com/oceanbase/ob-operator/pkg/oceanbase-sdk/operation"
"github.com/pkg/errors"
"k8s.io/apimachinery/pkg/types"
"k8s.io/client-go/util/retry"

v1alpha1 "github.com/oceanbase/ob-operator/api/v1alpha1"
resourceutils "github.com/oceanbase/ob-operator/internal/resource/utils"
"github.com/oceanbase/ob-operator/pkg/oceanbase-sdk/operation"
)

// get operation manager to exec sql
Expand Down

0 comments on commit 215ece6

Please sign in to comment.