Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
likhita-809 committed Sep 8, 2023
1 parent 331f302 commit c99bafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/pool/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ package pool
import (
"context"

gwruntime "github.com/grpc-ecosystem/grpc-gateway/runtime"

modulev1 "cosmossdk.io/api/cosmos/pool/module/v1"
"cosmossdk.io/core/appmodule"
storetypes "cosmossdk.io/core/store"
"cosmossdk.io/depinject"
"cosmossdk.io/x/pool/keeper"
"cosmossdk.io/x/pool/types"

gwruntime "github.com/grpc-ecosystem/grpc-gateway/runtime"

"github.com/cosmos/cosmos-sdk/baseapp"
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/codec"
Expand Down

0 comments on commit c99bafb

Please sign in to comment.