Skip to content

Commit

Permalink
chore(linter): fix linter madness
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed Aug 29, 2024
1 parent 2f64ca1 commit 1c82a81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/core/02-client/keeper/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package keeper
import (
sdk "github.com/cosmos/cosmos-sdk/types"

v7 "github.com/cosmos/ibc-go/v9/modules/core/02-client/migrations/v7"
"github.com/cosmos/ibc-go/v9/modules/core/02-client/migrations/v7"
"github.com/cosmos/ibc-go/v9/modules/core/02-client/types"
host "github.com/cosmos/ibc-go/v9/modules/core/24-host"
"github.com/cosmos/ibc-go/v9/modules/core/exported"
Expand Down
2 changes: 1 addition & 1 deletion modules/core/02-client/migrations/v7/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/cosmos/cosmos-sdk/runtime"

ibcclient "github.com/cosmos/ibc-go/v9/modules/core/02-client"
v7 "github.com/cosmos/ibc-go/v9/modules/core/02-client/migrations/v7"
"github.com/cosmos/ibc-go/v9/modules/core/02-client/migrations/v7"
"github.com/cosmos/ibc-go/v9/modules/core/02-client/types"
host "github.com/cosmos/ibc-go/v9/modules/core/24-host"
ibcexported "github.com/cosmos/ibc-go/v9/modules/core/exported"
Expand Down
2 changes: 1 addition & 1 deletion modules/core/02-client/migrations/v7/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/runtime"

v7 "github.com/cosmos/ibc-go/v9/modules/core/02-client/migrations/v7"
"github.com/cosmos/ibc-go/v9/modules/core/02-client/migrations/v7"
"github.com/cosmos/ibc-go/v9/modules/core/02-client/types"
host "github.com/cosmos/ibc-go/v9/modules/core/24-host"
ibcexported "github.com/cosmos/ibc-go/v9/modules/core/exported"
Expand Down
2 changes: 1 addition & 1 deletion modules/core/migrations/v7/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
clienttypes "github.com/cosmos/ibc-go/v9/modules/core/02-client/types"
host "github.com/cosmos/ibc-go/v9/modules/core/24-host"
ibcexported "github.com/cosmos/ibc-go/v9/modules/core/exported"
v7 "github.com/cosmos/ibc-go/v9/modules/core/migrations/v7"
"github.com/cosmos/ibc-go/v9/modules/core/migrations/v7"
"github.com/cosmos/ibc-go/v9/modules/core/types"
ibctesting "github.com/cosmos/ibc-go/v9/testing"
)
Expand Down

0 comments on commit 1c82a81

Please sign in to comment.