Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fahimahmedx committed Dec 20, 2023
1 parent 4aa552b commit ec31f52
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions x/permission/keeper/grpc_query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ package keeper_test
import (
"testing"

"github.com/axelarnetwork/axelar-core/x/permission/types"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/stretchr/testify/assert"

paramstypes "github.com/cosmos/cosmos-sdk/x/params/types"
"github.com/stretchr/testify/assert"
"github.com/tendermint/tendermint/libs/log"
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"

"github.com/axelarnetwork/axelar-core/app"
"github.com/axelarnetwork/axelar-core/testutils/fake"
"github.com/axelarnetwork/axelar-core/x/permission/keeper"
"github.com/axelarnetwork/axelar-core/x/permission/types"
. "github.com/axelarnetwork/utils/test"
)

Expand Down

0 comments on commit ec31f52

Please sign in to comment.