Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed May 24, 2024
1 parent 5fa26a1 commit 0eee652
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom/staking/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package bank

import (
"context"
"fmt"

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

"fmt"
"github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/types/module"
stakingmodule "github.com/cosmos/cosmos-sdk/x/staking"
Expand Down

0 comments on commit 0eee652

Please sign in to comment.