Skip to content

Commit

Permalink
Try reordering imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Apr 9, 2024
1 parent 4e4f31b commit 9ba6c10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions otelcol/command_components.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ import (
"fmt"
"sort"

"github.com/spf13/cobra"
"gopkg.in/yaml.v3"

"go.opentelemetry.io/collector/component"
"go.opentelemetry.io/collector/connector"
"go.opentelemetry.io/collector/exporter"
"go.opentelemetry.io/collector/extension"
"go.opentelemetry.io/collector/processor"
"go.opentelemetry.io/collector/receiver"

"github.com/spf13/cobra"
"gopkg.in/yaml.v3"
)

type componentWithStability struct {
Expand Down

0 comments on commit 9ba6c10

Please sign in to comment.