From 145ec44a9d5ab81cde3014a0a8d4a51732e35385 Mon Sep 17 00:00:00 2001 From: Kunal Gupta <39487888+iamKunalGupta@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:13:40 +0530 Subject: [PATCH] chore: lint fix --- flow/connectors/iceberg/qrep.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flow/connectors/iceberg/qrep.go b/flow/connectors/iceberg/qrep.go index 4da8c44c55..af64c4d241 100644 --- a/flow/connectors/iceberg/qrep.go +++ b/flow/connectors/iceberg/qrep.go @@ -3,7 +3,6 @@ package iceberg import ( "context" "fmt" - "github.com/PeerDB-io/peer-flow/peerdbenv/features" "log/slog" "time" @@ -13,6 +12,7 @@ import ( "github.com/PeerDB-io/peer-flow/logger" "github.com/PeerDB-io/peer-flow/model" "github.com/PeerDB-io/peer-flow/model/qvalue" + "github.com/PeerDB-io/peer-flow/peerdbenv/features" ) func (c *IcebergConnector) SyncQRepRecords( @@ -27,7 +27,6 @@ func (c *IcebergConnector) SyncQRepRecords( return c.sendRecordsJoined(ctx, config, partition, stream) } -//nolint:unused func (c *IcebergConnector) sendRecordsJoined( ctx context.Context, config *protos.QRepConfig,