Skip to content

Commit 2fa5445

Browse files
committed
chore: remove unused imports
1 parent fb743a9 commit 2fa5445

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/extractors/kafka/kafka_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313
"time"
1414

1515
kafkaLib "github.com/IBM/sarama"
16-
1716
"github.com/ory/dockertest/v3"
1817
"github.com/ory/dockertest/v3/docker"
1918
"github.com/raystack/meteor/models"
@@ -22,7 +21,6 @@ import (
2221
"github.com/raystack/meteor/plugins/extractors/kafka"
2322
"github.com/raystack/meteor/test/mocks"
2423
"github.com/raystack/meteor/test/utils"
25-
kafkaLib "github.com/segmentio/kafka-go"
2624
"github.com/stretchr/testify/assert"
2725
"google.golang.org/protobuf/types/known/anypb"
2826
"google.golang.org/protobuf/types/known/structpb"

0 commit comments

Comments
 (0)