Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit d72ca40

Browse files
author
Juanjo Alvarez
committed
Remove some spurious aliases from imports
Signed-off-by: Juanjo Alvarez <[email protected]>
1 parent 1ba012b commit d72ca40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: sql/analyzer/optimization_rules.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package analyzer
22

33
import (
4-
errors "gopkg.in/src-d/go-errors.v1"
4+
"gopkg.in/src-d/go-errors.v1"
55
"gopkg.in/src-d/go-mysql-server.v0/sql"
66
"gopkg.in/src-d/go-mysql-server.v0/sql/expression"
77
"gopkg.in/src-d/go-mysql-server.v0/sql/plan"

Diff for: sql/analyzer/validation_rules.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package analyzer
33
import (
44
"strings"
55

6-
errors "gopkg.in/src-d/go-errors.v1"
6+
"gopkg.in/src-d/go-errors.v1"
77
"gopkg.in/src-d/go-mysql-server.v0/sql"
88
"gopkg.in/src-d/go-mysql-server.v0/sql/expression"
99
"gopkg.in/src-d/go-mysql-server.v0/sql/plan"

0 commit comments

Comments
 (0)