sql: refactor code, eliminate from-core-grafana import (#77810)

This commit is contained in:
Gábor Farkas
2023-11-08 14:08:20 +01:00
committed by GitHub
parent 88f35fc85f
commit 4a6b209d64
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
"github.com/stretchr/testify/require"
"github.com/grafana/grafana/pkg/infra/log"
"github.com/grafana/grafana/pkg/util"
"github.com/grafana/grafana/pkg/tsdb/sqleng/util"
)
func TestSQLEngine(t *testing.T) {