Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Dec 18, 2024
1 parent d6a7ce9 commit a039bef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/cgroup/cgroup_cpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import (
"path/filepath"

"github.com/pingcap/errors"

"github.com/tikv/pd/pkg/errs"
)

Expand Down
1 change: 1 addition & 0 deletions pkg/cgroup/cgroup_cpu_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
"testing"

"github.com/stretchr/testify/require"

"github.com/tikv/pd/pkg/errs"
)

Expand Down
3 changes: 2 additions & 1 deletion pkg/ratelimit/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ import (
"time"

"github.com/prometheus/client_golang/prometheus"
"github.com/tikv/pd/pkg/errs"
"go.uber.org/zap"

"github.com/pingcap/log"

"github.com/tikv/pd/pkg/errs"
)

// RegionHeartbeatStageName is the name of the stage of the region heartbeat.
Expand Down

0 comments on commit a039bef

Please sign in to comment.