Skip to content

Commit 1b08a34

Browse files
committed
chore: group imports
Signed-off-by: Joao Luna <[email protected]>
1 parent 6dcdc3d commit 1b08a34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

integration/deployment_update_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import (
88
"path/filepath"
99
"time"
1010

11-
cutil "github.com/akash-network/provider/cluster/util"
12-
1311
"github.com/stretchr/testify/require"
1412

1513
"github.com/cosmos/cosmos-sdk/client/flags"
@@ -24,6 +22,7 @@ import (
2422
ptestutil "github.com/akash-network/provider/testutil/provider"
2523

2624
"github.com/akash-network/provider/tools/fromctx"
25+
cutil "github.com/akash-network/provider/cluster/util"
2726
)
2827

2928
type E2EDeploymentUpdate struct {

0 commit comments

Comments
 (0)