Skip to content

Commit

Permalink
Fix linter complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoog committed Dec 11, 2024
1 parent df1afbd commit e88536d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/aws/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e88536d

Please sign in to comment.