delete redundant alias (#21907)

* delete redundant alias

Fixes #21906
This commit is contained in:
jianweizhang 2020-02-05 16:00:40 +08:00 committed by GitHub
parent 88226672f1
commit 140e267639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import (
"fmt"
"github.com/go-xorm/xorm"
sqlite3 "github.com/mattn/go-sqlite3"
"github.com/mattn/go-sqlite3"
)
type Sqlite3 struct {

View File

@ -8,7 +8,7 @@ import (
"github.com/grafana/grafana/pkg/bus"
"github.com/grafana/grafana/pkg/infra/log"
"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