Skip to content

Commit

Permalink
(fix) Fixed pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aarmoa committed Nov 20, 2024
1 parent bcafaa0 commit 95e6e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/chain/chain_test_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package chain
import (
"context"
"errors"
chainstreamv2types "github.com/InjectiveLabs/sdk-go/chain/stream/types/v2"
"time"

sdkmath "cosmossdk.io/math"
Expand All @@ -29,6 +28,7 @@ import (
exchangev2types "github.com/InjectiveLabs/sdk-go/chain/exchange/types/v2"
permissionstypes "github.com/InjectiveLabs/sdk-go/chain/permissions/types"
chainstreamtypes "github.com/InjectiveLabs/sdk-go/chain/stream/types"
chainstreamv2types "github.com/InjectiveLabs/sdk-go/chain/stream/types/v2"
tokenfactorytypes "github.com/InjectiveLabs/sdk-go/chain/tokenfactory/types"
"github.com/InjectiveLabs/sdk-go/client/common"
)
Expand Down

0 comments on commit 95e6e8b

Please sign in to comment.