Skip to content

Commit

Permalink
(fix) Fixed pre-commit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abel committed Apr 23, 2024
1 parent 3878473 commit 13eff7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/chain/chain_test_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 13eff7c

Please sign in to comment.