Skip to content

Commit

Permalink
remove the display implementation of GovHook
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-zq committed Apr 18, 2024
1 parent 25b4930 commit 5fb0418
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/farm/keeper/proposal_hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ package keeper

import (
sdk "github.com/cosmos/cosmos-sdk/types"
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
v1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1"
)

var _ govtypes.GovHooks = GovHook{}

// GovHook implements govtypes.GovHooks
type GovHook struct {
k Keeper
Expand Down

0 comments on commit 5fb0418

Please sign in to comment.