Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sotnikov-s committed Dec 20, 2024
1 parent 4f6b955 commit 9c3a5c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/upgrades/v5.0.5/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package v505
import (
"context"
"fmt"

transfertypes "github.com/cosmos/ibc-go/v8/modules/apps/transfer/types"

upgradetypes "cosmossdk.io/x/upgrade/types"
Expand Down
3 changes: 2 additions & 1 deletion app/upgrades/v5.0.5/upgrades_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package v505_test

import (
"testing"

sdk "github.com/cosmos/cosmos-sdk/types"
transfertypes "github.com/cosmos/ibc-go/v8/modules/apps/transfer/types"
"testing"

upgradetypes "cosmossdk.io/x/upgrade/types"
"github.com/stretchr/testify/require"
Expand Down
1 change: 1 addition & 0 deletions x/transfer/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package transfer

import (
"context"

"cosmossdk.io/errors"
storetypes "cosmossdk.io/store/types"
"github.com/cosmos/cosmos-sdk/codec"
Expand Down

0 comments on commit 9c3a5c1

Please sign in to comment.