Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes committed Nov 15, 2024
1 parent 66068e4 commit 39275ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rpc/jsonrpc/client/http_json_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"net"
"net/http"
"net/url"
"regexp"
"strings"

cmtsync "github.com/tendermint/tendermint/libs/sync"
Expand All @@ -25,8 +24,6 @@ const (
protoUNIX = "unix"
)

var endsWithPortPattern = regexp.MustCompile(`:[0-9]+$`)

// Parsed URL structure
type parsedURL struct {
url.URL
Expand Down

0 comments on commit 39275ec

Please sign in to comment.