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 dd06cb1 commit e9edd09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
go 1.21

toolchain go1.21.0

module github.com/cosmos/cosmos-sdk

require (
Expand Down Expand Up @@ -182,6 +184,8 @@ replace (

replace cosmossdk.io/x/pool => ./x/pool

replace cosmossdk.io/api => ./api

retract (
// revert fix https://github.com/cosmos/cosmos-sdk/pull/16331
v0.46.12
Expand Down
2 changes: 0 additions & 2 deletions x/pool/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
gwruntime "github.com/grpc-ecosystem/grpc-gateway/runtime"

modulev1 "cosmossdk.io/api/cosmos/pool/module/v1"
"cosmossdk.io/core/address"
"cosmossdk.io/core/appmodule"
storetypes "cosmossdk.io/core/store"
"cosmossdk.io/depinject"
Expand All @@ -33,7 +32,6 @@ var (
// AppModuleBasic defines the basic application module used by the pool module.
type AppModuleBasic struct {
cdc codec.Codec
ac address.Codec
}

// Name returns the pool module's name.
Expand Down

0 comments on commit e9edd09

Please sign in to comment.