Fixed import group format error

This commit is contained in:
Zach Musgrave
2023-01-17 14:28:27 -08:00
parent 308a53e2a4
commit cba8161379
@@ -20,13 +20,12 @@ import (
"fmt"
"github.com/dolthub/go-mysql-server/sql"
// Necessary for the empty context used by some functions to be initialized with system vars
_ "github.com/dolthub/go-mysql-server/sql/variables"
"github.com/dolthub/dolt/go/libraries/doltcore/row"
"github.com/dolthub/dolt/go/libraries/doltcore/schema"
"github.com/dolthub/dolt/go/store/types"
// Necessary for the empty context used by some functions to be initialized with system vars
_ "github.com/dolthub/go-mysql-server/sql/variables"
)
// DoltRowToSqlRow constructs a go-mysql-server sql.Row from a Dolt row.Row.