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 24, 2024
1 parent 3d54a35 commit 47ce313
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/errs/errno.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
package errs

import (
"github.com/pingcap/errors"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"

"github.com/pingcap/errors"
)

const (
Expand Down

0 comments on commit 47ce313

Please sign in to comment.