Skip to content

Commit

Permalink
refactor imports
Browse files Browse the repository at this point in the history
  • Loading branch information
laipogo committed Dec 4, 2019
1 parent 488e5ba commit 98cb69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/grpc/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"crypto/tls"
"errors"
"fmt"
"google.golang.org/grpc/health/grpc_health_v1"
"net/url"
"regexp"
"strconv"
Expand All @@ -21,6 +20,7 @@ import (
"google.golang.org/grpc"
"google.golang.org/grpc/connectivity"
"google.golang.org/grpc/credentials"
"google.golang.org/grpc/health/grpc_health_v1"
)

const (
Expand Down

0 comments on commit 98cb69b

Please sign in to comment.