From c9b7817ec68bc1318dab0b6e0e6c270f8c2e00c9 Mon Sep 17 00:00:00 2001 From: MSalopek Date: Wed, 13 Dec 2023 16:11:43 +0100 Subject: [PATCH] chore: appease linter --- app/upgrades/v15/constants.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app/upgrades/v15/constants.go b/app/upgrades/v15/constants.go index 31aaf50442c..45182937d8a 100644 --- a/app/upgrades/v15/constants.go +++ b/app/upgrades/v15/constants.go @@ -2,7 +2,6 @@ package v15 import ( store "github.com/cosmos/cosmos-sdk/store/types" - consensustypes "github.com/cosmos/cosmos-sdk/x/consensus/types" crisistypes "github.com/cosmos/cosmos-sdk/x/crisis/types"