File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ package types
1717import (
1818 "context"
1919 "fmt"
20- "github.com/dolthub/go-mysql-server/sql/values"
2120 "reflect"
2221 "strconv"
2322 "strings"
@@ -30,6 +29,7 @@ import (
3029
3130 "github.com/dolthub/go-mysql-server/sql"
3231 "github.com/dolthub/go-mysql-server/sql/encodings"
32+ "github.com/dolthub/go-mysql-server/sql/values"
3333)
3434
3535const (
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ package types
1717import (
1818 "context"
1919 "fmt"
20- "github.com/dolthub/go-mysql-server/sql/values"
2120 "math"
2221 "math/bits"
2322 "reflect"
@@ -31,6 +30,7 @@ import (
3130
3231 "github.com/dolthub/go-mysql-server/sql"
3332 "github.com/dolthub/go-mysql-server/sql/encodings"
33+ "github.com/dolthub/go-mysql-server/sql/values"
3434)
3535
3636const (
You can’t perform that action at this time.
0 commit comments