From e88536d41c726727e92ebd94d5da97038d42d419 Mon Sep 17 00:00:00 2001 From: Maurizio Branca Date: Wed, 11 Dec 2024 11:03:43 +0100 Subject: [PATCH] Fix linter complaints --- handlers/aws/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/aws/utils.py b/handlers/aws/utils.py index d550c7e6..33ca6215 100644 --- a/handlers/aws/utils.py +++ b/handlers/aws/utils.py @@ -154,7 +154,7 @@ def summarize_lambda_event(event: dict[str, Any], max_records: int = 10) -> dict if event_source == "aws:sqs": aws_sqs_summary = summary.get( "aws:sqs", - # if `aws:sqs` key does not exist yet, + # if `aws:sqs` key does not exist yet, # we initialize the summary. { "total_records": 0,