Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed May 24, 2024
1 parent b582c35 commit 827d911
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +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"
"github.com/cosmos/cosmos-sdk/x/upgrade"
Expand Down Expand Up @@ -108,14 +106,10 @@ 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/v2/app/ante"

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

Check warning on line 113 in app/app.go

View workflow job for this annotation

GitHub Actions / lint

blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
realionetworktypes "github.com/realiotech/realio-network/v2/types"
assetmodule "github.com/realiotech/realio-network/v2/x/asset"
Expand Down

0 comments on commit 827d911

Please sign in to comment.