Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorenflo committed Nov 4, 2023
1 parent 83a3f38 commit 2dc6fcd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ package app

import (
"fmt"
axelarParams "github.com/axelarnetwork/axelar-core/app/params"
store "github.com/cosmos/cosmos-sdk/store/types"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
ibctransferkeeper "github.com/cosmos/ibc-go/v4/modules/apps/transfer/keeper"
ibctransfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types"
ibchookstypes "github.com/osmosis-labs/osmosis/x/ibc-hooks/types"
"reflect"
"strings"

Expand Down Expand Up @@ -42,16 +36,20 @@ import (
slashingkeeper "github.com/cosmos/cosmos-sdk/x/slashing/keeper"
slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types"
stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
"github.com/cosmos/cosmos-sdk/x/upgrade"
upgradekeeper "github.com/cosmos/cosmos-sdk/x/upgrade/keeper"
upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types"
ibctransferkeeper "github.com/cosmos/ibc-go/v4/modules/apps/transfer/keeper"
ibctransfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types"
ibcclient "github.com/cosmos/ibc-go/v4/modules/core/02-client"
ibcclienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
ibchost "github.com/cosmos/ibc-go/v4/modules/core/24-host"
ibckeeper "github.com/cosmos/ibc-go/v4/modules/core/keeper"
ibchookstypes "github.com/osmosis-labs/osmosis/x/ibc-hooks/types"
"golang.org/x/mod/semver"

axelarParams "github.com/axelarnetwork/axelar-core/app/params"
"github.com/axelarnetwork/axelar-core/x/axelarnet"
axelarnetKeeper "github.com/axelarnetwork/axelar-core/x/axelarnet/keeper"
axelarnetTypes "github.com/axelarnetwork/axelar-core/x/axelarnet/types"
Expand Down

0 comments on commit 2dc6fcd

Please sign in to comment.