fix: revert module server initialization from CLI (#74386)

not-a-revert reversion of module server initialization
This commit is contained in:
Kristin Laemmert
2023-09-05 11:45:56 -04:00
committed by GitHub
parent 5c9aeaef41
commit cc1205d6ba
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,11 +11,11 @@ import (
"sync"
"github.com/grafana/dskit/services"
"github.com/grafana/grafana/pkg/services/featuremgmt"
"github.com/grafana/grafana/pkg/api"
"github.com/grafana/grafana/pkg/infra/log"
"github.com/grafana/grafana/pkg/modules"
"github.com/grafana/grafana/pkg/services/featuremgmt"
grafanaapiserver "github.com/grafana/grafana/pkg/services/grafana-apiserver"
"github.com/grafana/grafana/pkg/setting"
)