Skip to content

Commit 2f18b6e

Browse files
committed
chore: comment main guard
1 parent eaac964 commit 2f18b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,5 +279,5 @@ def handler(event: dict, context) -> str: # pylint: disable=unused-argument, to
279279

280280
# Dev Only
281281
# Uncomment the following line to run the script locally
282-
if __name__ == "__main__":
283-
handler(None, None)
282+
# if __name__ == "__main__":
283+
# handler(None, None)

0 commit comments

Comments
 (0)