Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
neitdung committed Jan 11, 2024
1 parent 924170b commit e1ef949
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testing/simapp/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"testing"
"time"

multistakingtypes "github.com/realio-tech/multi-staking-module/x/multi-staking/types"
"github.com/stretchr/testify/require"
abci "github.com/tendermint/tendermint/abci/types"
"github.com/tendermint/tendermint/libs/log"
Expand All @@ -35,8 +36,6 @@ import (

"github.com/cosmos/ibc-go/v6/testing/mock"
"github.com/cosmos/ibc-go/v6/testing/simapp/helpers"

multistakingtypes "github.com/realio-tech/multi-staking-module/x/multi-staking/types"
)

// DefaultConsensusParams defines the default Tendermint consensus params used in
Expand Down

0 comments on commit e1ef949

Please sign in to comment.