Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
neitdung committed May 14, 2024
1 parent e2e23ae commit d91ca00
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ import (
slashingkeeper "github.com/cosmos/cosmos-sdk/x/slashing/keeper"
slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types"
"github.com/cosmos/cosmos-sdk/x/staking"

// staking
stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
Expand Down Expand Up @@ -107,13 +106,11 @@ import (
feemarkettypes "github.com/evmos/evmos/v18/x/feemarket/types"
"github.com/gorilla/mux"
"github.com/rakyll/statik/fs"

// multi-staking
multistaking "github.com/realio-tech/multi-staking-module/x/multi-staking"
multistakingkeeper "github.com/realio-tech/multi-staking-module/x/multi-staking/keeper"
multistakingtypes "github.com/realio-tech/multi-staking-module/x/multi-staking/types"
"github.com/realiotech/realio-network/app/ante"

// unnamed import of statik for swagger UI support
_ "github.com/realiotech/realio-network/client/docs/statik"
realionetworktypes "github.com/realiotech/realio-network/types"
Expand Down

0 comments on commit d91ca00

Please sign in to comment.