Skip to content
Merged
Prev Previous commit
Next Next commit
fix: lint. Shutup Meg!
  • Loading branch information
DeshErBojhaa committed May 15, 2025
commit a1d00e0e272322a24511c26a3343aa2512344528
2 changes: 1 addition & 1 deletion testing/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import (
"slices"
"strconv"

"github.com/cosmos/gogoproto/proto"
testifysuite "github.com/stretchr/testify/suite"

abci "github.com/cometbft/cometbft/abci/types"

"github.com/cosmos/gogoproto/proto"
clienttypes "github.com/cosmos/ibc-go/v10/modules/core/02-client/types"
connectiontypes "github.com/cosmos/ibc-go/v10/modules/core/03-connection/types"
channeltypes "github.com/cosmos/ibc-go/v10/modules/core/04-channel/types"
Expand Down