Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Sep 19, 2023
1 parent cacf087 commit 490f53f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (

sdktypes "github.com/cosmos/cosmos-sdk/types"
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"

providertypes "github.com/cosmos/interchain-security/v3/x/ccv/provider/types"
ccvtypes "github.com/cosmos/interchain-security/v3/x/ccv/types"
)
Expand Down Expand Up @@ -37,7 +38,6 @@ func (k Keeper) MigrateQueuedPackets(ctx sdktypes.Context) error {
k.DeleteThrottledPacketDataForConsumer(ctx, consumer.ChainId)
}
return nil

}

// Pending packet data type enum, used to encode the type of packet data stored at each entry in the mutual queue.
Expand Down
3 changes: 2 additions & 1 deletion x/ccv/provider/keeper/migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import (
"testing"
"time"

testutil "github.com/cosmos/interchain-security/v3/testutil/keeper"
"github.com/stretchr/testify/require"

testutil "github.com/cosmos/interchain-security/v3/testutil/keeper"
)

func TestMigrate2To3(t *testing.T) {
Expand Down

0 comments on commit 490f53f

Please sign in to comment.