Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DongLieu committed Jan 13, 2024
1 parent 258a57e commit 64ff1d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions x/multi-staking/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ package keeper_test
import (
"testing"

sdk "github.com/cosmos/cosmos-sdk/types"
stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper"
"github.com/realio-tech/multi-staking-module/testing/simapp"
multistakingkeeper "github.com/realio-tech/multi-staking-module/x/multi-staking/keeper"
"github.com/stretchr/testify/suite"
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"

sdk "github.com/cosmos/cosmos-sdk/types"
stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper"
)

type KeeperTestSuite struct {
Expand Down

0 comments on commit 64ff1d6

Please sign in to comment.