Skip to content

Commit

Permalink
fix import lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Apr 22, 2024
1 parent 805d437 commit ae0e5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flow/e2e/eventhub/eventhub.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import (
"fmt"
"time"

"github.com/PeerDB-io/peer-flow/generated/protos"

"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/eventhub/armeventhub"

"github.com/PeerDB-io/peer-flow/generated/protos"
)

// consume all messages from the eventhub with the given name“.
Expand Down

0 comments on commit ae0e5b4

Please sign in to comment.