Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
disq committed Oct 2, 2024
1 parent 20b812d commit a22c9bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions writers/streamingbatchwriter/streamingbatchwriter.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ import (
"sync"
"time"

"github.com/rs/zerolog"

"github.com/cloudquery/plugin-sdk/v4/internal/batch"
"github.com/cloudquery/plugin-sdk/v4/message"
"github.com/cloudquery/plugin-sdk/v4/schema"
"github.com/cloudquery/plugin-sdk/v4/writers"
"github.com/rs/zerolog"
)

// Client is the interface that must be implemented by the client of StreamingBatchWriter.
Expand Down

0 comments on commit a22c9bd

Please sign in to comment.