Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisuhag committed Oct 31, 2024
1 parent fb743a9 commit 2fa5445
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/extractors/kafka/kafka_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"time"

kafkaLib "github.com/IBM/sarama"

"github.com/ory/dockertest/v3"
"github.com/ory/dockertest/v3/docker"
"github.com/raystack/meteor/models"
Expand All @@ -22,7 +21,6 @@ import (
"github.com/raystack/meteor/plugins/extractors/kafka"
"github.com/raystack/meteor/test/mocks"
"github.com/raystack/meteor/test/utils"
kafkaLib "github.com/segmentio/kafka-go"
"github.com/stretchr/testify/assert"
"google.golang.org/protobuf/types/known/anypb"
"google.golang.org/protobuf/types/known/structpb"
Expand Down

0 comments on commit 2fa5445

Please sign in to comment.