From 6f3930eee3f3a71f63c85c37f36957fba1f41f95 Mon Sep 17 00:00:00 2001 From: Tuan Tran Date: Tue, 14 May 2024 19:57:58 +0700 Subject: [PATCH] linting --- modules/core/ante/ante_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/ante/ante_test.go b/modules/core/ante/ante_test.go index 9ae99593190..68b75fab0a7 100644 --- a/modules/core/ante/ante_test.go +++ b/modules/core/ante/ante_test.go @@ -3,10 +3,10 @@ package ante_test import ( "testing" + "github.com/cosmos/btcutil/bech32" "github.com/stretchr/testify/require" testifysuite "github.com/stretchr/testify/suite" - "github.com/cosmos/btcutil/bech32" codectypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types"