From d91ca00e8c9335520cb4bfc230ca07b977d9dc4b Mon Sep 17 00:00:00 2001 From: Dzung Do Date: Tue, 14 May 2024 13:06:57 +0700 Subject: [PATCH] fix lint error --- app/app.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/app.go b/app/app.go index 3faeebe9..50a96910 100644 --- a/app/app.go +++ b/app/app.go @@ -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" @@ -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"