Commit 140e2676 by jianweizhang Committed by GitHub

delete redundant alias (#21907)

* delete redundant alias

Fixes #21906
parent 88226672
...@@ -4,7 +4,7 @@ import ( ...@@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"github.com/go-xorm/xorm" "github.com/go-xorm/xorm"
sqlite3 "github.com/mattn/go-sqlite3" "github.com/mattn/go-sqlite3"
) )
type Sqlite3 struct { type Sqlite3 struct {
......
...@@ -8,7 +8,7 @@ import ( ...@@ -8,7 +8,7 @@ import (
"github.com/grafana/grafana/pkg/bus" "github.com/grafana/grafana/pkg/bus"
"github.com/grafana/grafana/pkg/infra/log" "github.com/grafana/grafana/pkg/infra/log"
"github.com/grafana/grafana/pkg/util/errutil" "github.com/grafana/grafana/pkg/util/errutil"
sqlite3 "github.com/mattn/go-sqlite3" "github.com/mattn/go-sqlite3"
) )
// WithTransactionalDbSession calls the callback with an session within a transaction // WithTransactionalDbSession calls the callback with an session within a transaction
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment