Skip to content

Commit

Permalink
lint gods are happy
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown unknown committed Dec 7, 2023
1 parent 4054de8 commit 58a3b20
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions x/accounts/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ import (
"fmt"
"reflect"

"github.com/cosmos/gogoproto/jsonpb"
gogoproto "github.com/cosmos/gogoproto/proto"
"github.com/spf13/cobra"

v1 "cosmossdk.io/x/accounts/v1"

"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/client/tx"
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
"github.com/cosmos/gogoproto/jsonpb"
gogoproto "github.com/cosmos/gogoproto/proto"
"github.com/spf13/cobra"
)

func TxCmd(name string) *cobra.Command {
Expand Down

0 comments on commit 58a3b20

Please sign in to comment.