diff --git a/x/bank/keeper_test.go b/x/bank/keeper_test.go index 241bad20d9..142af7eb8c 100644 --- a/x/bank/keeper_test.go +++ b/x/bank/keeper_test.go @@ -14,7 +14,6 @@ import ( "github.com/cosmos/cosmos-sdk/store" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/auth" - "github.com/cosmos/cosmos-sdk/x/params" ) type testInput struct { @@ -23,13 +22,6 @@ type testInput struct { ak auth.AccountKeeper } - codec "github.com/cosmos/cosmos-sdk/codec" - "github.com/cosmos/cosmos-sdk/store" - sdk "github.com/cosmos/cosmos-sdk/types" - - "github.com/cosmos/cosmos-sdk/x/auth" -) - func setupMultiStore() (sdk.MultiStore, *sdk.KVStoreKey) { db := dbm.NewMemDB() authKey := sdk.NewKVStoreKey("authkey")