Chore: Update tests and import orders in prometheus backend (#81732)

* use fmt instead of grafana-cli/log

* reorder imports

* reorder imports
This commit is contained in:
ismail simsek
2024-02-01 20:16:21 +01:00
committed by GitHub
parent 8fea101931
commit 372cf797d1
3 changed files with 8 additions and 6 deletions
@@ -14,9 +14,10 @@ import (
"github.com/grafana/grafana-plugin-sdk-go/backend"
"github.com/grafana/grafana-plugin-sdk-go/experimental"
"github.com/grafana/grafana/pkg/tsdb/prometheus/kinds/dataquery"
"github.com/stretchr/testify/require"
"github.com/grafana/grafana/pkg/tsdb/prometheus/kinds/dataquery"
"github.com/grafana/grafana/pkg/tsdb/prometheus/models"
)