Skip to content

Commit

Permalink
*: linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0rez committed Feb 21, 2024
1 parent c7bbe83 commit 65834c9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ package streams_test
import (
"testing"

"github.com/stretchr/testify/require"

"github.com/open-telemetry/opentelemetry-collector-contrib/processor/deltatocumulativeprocessor/internal/data"
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/deltatocumulativeprocessor/internal/metrics"
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/deltatocumulativeprocessor/internal/streams"
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/deltatocumulativeprocessor/internal/testdata/random"
"github.com/stretchr/testify/require"
)

var rdp data.Number
Expand Down

0 comments on commit 65834c9

Please sign in to comment.