Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
zak-pawel committed Oct 21, 2024
1 parent 51d3bdb commit b6c6483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/gnmi/gnmi.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
_ "embed"
"errors"
"fmt"
"github.com/influxdata/telegraf/plugins/inputs"
"strings"
"sync"
"time"
Expand All @@ -22,6 +21,7 @@ import (
"github.com/influxdata/telegraf/internal/choice"
common_tls "github.com/influxdata/telegraf/plugins/common/tls"
"github.com/influxdata/telegraf/plugins/common/yangmodel"
"github.com/influxdata/telegraf/plugins/inputs"
)

//go:embed sample.conf
Expand Down

0 comments on commit b6c6483

Please sign in to comment.