Skip to content

Commit

Permalink
lint :)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianToledano committed Jan 22, 2025
1 parent 3314ee9 commit 10d3f21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ issues:
- text: "leading space"
linters:
- nolintlint
- text: "G204:"
linters:
- "gosec"

max-issues-per-linter: 10000
max-same-issues: 10000
Expand Down
2 changes: 1 addition & 1 deletion converter.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package rosetta
import (
"bytes"
"context"
"cosmossdk.io/core/address"
"encoding/base64"
"encoding/json"
"fmt"
Expand All @@ -17,6 +16,7 @@ import (
secp "github.com/decred/dcrd/dcrec/secp256k1/v4"

signingv1beta1 "cosmossdk.io/api/cosmos/tx/signing/v1beta1"
"cosmossdk.io/core/address"
sdkmath "cosmossdk.io/math"
banktypes "cosmossdk.io/x/bank/types"

Expand Down

0 comments on commit 10d3f21

Please sign in to comment.