Skip to content

Commit

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

"go.opentelemetry.io/collector/component"
"go.opentelemetry.io/collector/connector"
"go.opentelemetry.io/collector/exporter"
"go.opentelemetry.io/collector/extension"
Expand All @@ -15,8 +16,6 @@ import (

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

"go.opentelemetry.io/collector/component"
)

type componentWithStability struct {
Expand Down

0 comments on commit 4e4f31b

Please sign in to comment.