Chore: Fix goimports grouping (#62427)

* fix goimports order

* fix goimports order
This commit is contained in:
Serge Zaitsev
2023-01-30 09:38:51 +01:00
committed by GitHub
parent 7dbd2cd139
commit f8ec35e643
30 changed files with 45 additions and 27 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ import (
"fmt"
"time"
"github.com/grafana/grafana/pkg/expr/mathexp"
"gonum.org/v1/gonum/graph/simple"
"gonum.org/v1/gonum/graph/topo"
"github.com/grafana/grafana/pkg/expr/mathexp"
)
// NodeType is the type of a DPNode. Currently either a expression command or datasource query.