Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Update restore.go
Browse files Browse the repository at this point in the history
  • Loading branch information
3pointer authored May 10, 2021
1 parent 653e0c6 commit 7eed6c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/task/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ import (
"context"
"time"

"github.com/pingcap/br/pkg/version"

"github.com/opentracing/opentracing-go"
"github.com/pingcap/errors"
"github.com/pingcap/failpoint"
backuppb "github.com/pingcap/kvproto/pkg/backup"
Expand All @@ -18,6 +15,7 @@ import (
"go.uber.org/multierr"
"go.uber.org/zap"

"github.com/pingcap/br/pkg/version"
"github.com/pingcap/br/pkg/conn"
berrors "github.com/pingcap/br/pkg/errors"
"github.com/pingcap/br/pkg/glue"
Expand Down

0 comments on commit 7eed6c7

Please sign in to comment.