Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
francis0407 committed Sep 12, 2019
1 parent cb07d81 commit fe48aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planner/core/rule_max_min_eliminate.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ package core

import (
"context"
"github.com/pingcap/parser/model"

"github.com/pingcap/parser/ast"
"github.com/pingcap/parser/model"
"github.com/pingcap/parser/mysql"
"github.com/pingcap/tidb/expression"
"github.com/pingcap/tidb/expression/aggregation"
Expand Down

0 comments on commit fe48aef

Please sign in to comment.