Skip to content

Commit

Permalink
Fix imports some more
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo J. Ortega U <5791035+ejortegau@users.noreply.github.com>
  • Loading branch information
ejortegau committed Nov 4, 2024
1 parent 30114e5 commit ca7078e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions go/vt/vtctl/reparentutil/reparent_sorter.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ package reparentutil
import (
"sort"

"vitess.io/vitess/go/vt/topo/topoproto"

"vitess.io/vitess/go/mysql/replication"
"vitess.io/vitess/go/vt/topo/topoproto"
"vitess.io/vitess/go/vt/vterrors"

topodatapb "vitess.io/vitess/go/vt/proto/topodata"
Expand Down
3 changes: 1 addition & 2 deletions go/vt/vtctl/reparentutil/reparent_sorter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ package reparentutil
import (
"testing"

"vitess.io/vitess/go/vt/topo/topoproto"

"github.com/stretchr/testify/require"

"vitess.io/vitess/go/mysql/replication"
"vitess.io/vitess/go/vt/topo/topoproto"

topodatapb "vitess.io/vitess/go/vt/proto/topodata"
)
Expand Down

0 comments on commit ca7078e

Please sign in to comment.