Use sdk pkg for gtime (#39354)

This commit is contained in:
Andres Martinez Gotor
2021-09-21 13:08:52 +02:00
committed by GitHub
parent 875be5ef7c
commit 64c8d32fe7
14 changed files with 13 additions and 202 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"strings"
"time"
"github.com/grafana/grafana/pkg/components/gtime"
"github.com/grafana/grafana-plugin-sdk-go/backend/gtime"
"github.com/grafana/grafana/pkg/expr/mathexp"
)