Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CeerDecy committed Dec 12, 2024
1 parent a04d2c0 commit 24f352b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/erda-project/erda/pkg/parser/diceyml"
"strconv"
"strings"
"sync"
Expand Down Expand Up @@ -85,6 +84,7 @@ import (
"github.com/erda-project/erda/pkg/k8sclient"
k8sclientconfig "github.com/erda-project/erda/pkg/k8sclient/config"
"github.com/erda-project/erda/pkg/k8sclient/scheme"
"github.com/erda-project/erda/pkg/parser/diceyml"
"github.com/erda-project/erda/pkg/schedule/schedulepolicy/cpupolicy"
"github.com/erda-project/erda/pkg/strutil"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ package util
import (
"encoding/json"
"fmt"
"github.com/erda-project/erda/internal/tools/orchestrator/scheduler/executor/plugins/k8s/types"
apiv1 "k8s.io/api/core/v1"
"strings"
"testing"

"github.com/stretchr/testify/assert"
apiv1 "k8s.io/api/core/v1"

"github.com/erda-project/erda/apistructs"
"github.com/erda-project/erda/internal/tools/orchestrator/scheduler/executor/plugins/k8s/types"
"github.com/erda-project/erda/pkg/parser/diceyml"
)

Expand Down

0 comments on commit 24f352b

Please sign in to comment.