Skip to content

Commit b017387

Browse files
committed
fix: lint
1 parent fef326c commit b017387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/notify_slack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ def lambda_handler(event: Dict[str, Any], context: Dict[str, Any]) -> str:
599599
:param context: lambda expected context object
600600
:returns: none
601601
"""
602-
602+
603603
if os.environ.get("LOG_EVENTS", "False") == "True":
604604
logging.info("Event logging enabled: %s", json.dumps(event))
605605

0 commit comments

Comments
 (0)