Skip to content

Commit

Permalink
format import
Browse files Browse the repository at this point in the history
Signed-off-by: husharp <jinhao.hu@pingcap.com>
  • Loading branch information
HuSharp committed Jul 21, 2022
1 parent d132614 commit 52314db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ package pd
import (
"context"
"fmt"
"github.com/prometheus/client_golang/prometheus"
"math/rand"
"strings"
"sync"
Expand All @@ -30,6 +29,7 @@ import (
"github.com/pingcap/kvproto/pkg/metapb"
"github.com/pingcap/kvproto/pkg/pdpb"
"github.com/pingcap/log"
"github.com/prometheus/client_golang/prometheus"
"github.com/tikv/pd/client/errs"
"github.com/tikv/pd/client/grpcutil"
"go.uber.org/zap"
Expand Down
2 changes: 1 addition & 1 deletion tests/compatibility/version_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ package compatibility_test

import (
"context"
"github.com/pingcap/errors"
"testing"

"github.com/coreos/go-semver/semver"
"github.com/pingcap/errors"
"github.com/pingcap/kvproto/pkg/metapb"
"github.com/pingcap/kvproto/pkg/pdpb"
"github.com/stretchr/testify/require"
Expand Down

0 comments on commit 52314db

Please sign in to comment.