Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
thepalbi committed Apr 24, 2023
1 parent 47b30ce commit 60f287f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/common/model"
"github.com/prometheus/prometheus/model/relabel"
"github.com/weaveworks/common/server"

"github.com/grafana/agent/component/common/loki"
lhttp "github.com/grafana/agent/component/common/loki/http"
Expand All @@ -34,7 +33,6 @@ type PushTarget struct {
entries chan<- loki.Entry
handler loki.EntryHandler
relabelConfigs []*relabel.Config
serverConfig server.Config
server *lhttp.TargetServer
}

Expand Down

0 comments on commit 60f287f

Please sign in to comment.