From 67414b74c7998674ed500d796b55c364ea7b6565 Mon Sep 17 00:00:00 2001 From: Kunal Gupta <39487888+iamKunalGupta@users.noreply.github.com> Date: Tue, 5 Mar 2024 00:18:18 +0530 Subject: [PATCH] chore: linter fixes --- flow/alerting/alerting.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flow/alerting/alerting.go b/flow/alerting/alerting.go index 1c086ec179..6fc903aa79 100644 --- a/flow/alerting/alerting.go +++ b/flow/alerting/alerting.go @@ -7,13 +7,14 @@ import ( "log/slog" "time" + "github.com/jackc/pgx/v5" + "github.com/jackc/pgx/v5/pgxpool" + "github.com/PeerDB-io/peer-flow/dynamicconf" "github.com/PeerDB-io/peer-flow/generated/protos" "github.com/PeerDB-io/peer-flow/logger" "github.com/PeerDB-io/peer-flow/peerdbenv" "github.com/PeerDB-io/peer-flow/shared/telemetry" - "github.com/jackc/pgx/v5" - "github.com/jackc/pgx/v5/pgxpool" ) // alerting service, no cool name :(