From 13eff7c4bb68b5b85ae8dea076835f4c75fd2bbf Mon Sep 17 00:00:00 2001 From: abel Date: Tue, 23 Apr 2024 09:46:47 -0300 Subject: [PATCH] (fix) Fixed pre-commit errors --- client/chain/chain_test_support.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/chain/chain_test_support.go b/client/chain/chain_test_support.go index f106cb36..b8b01b14 100644 --- a/client/chain/chain_test_support.go +++ b/client/chain/chain_test_support.go @@ -3,9 +3,10 @@ package chain import ( "context" "errors" - ibcclienttypes "github.com/cosmos/ibc-go/v7/modules/core/02-client/types" "time" + ibcclienttypes "github.com/cosmos/ibc-go/v7/modules/core/02-client/types" + ibcchanneltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibctransfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types"