Skip to content

Commit

Permalink
Fixing lint error
Browse files Browse the repository at this point in the history
Signed-off-by: John <dorman@overlooked.us>
  • Loading branch information
boostchicken authored and jpkrohling committed Jan 18, 2022
1 parent 07be63b commit 298ae76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions processor/filterprocessor/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ package filterprocessor // import "github.com/open-telemetry/opentelemetry-colle
import (
"go.opentelemetry.io/collector/config"

"github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal/processor/filterset/regexp"

"github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal/processor/filterconfig"
"github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal/processor/filtermetric"
"github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal/processor/filterset"
"github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal/processor/filterset/regexp"
)

// Config defines configuration for Resource processor.
Expand Down

0 comments on commit 298ae76

Please sign in to comment.