Skip to content

Commit 9eaba52

Browse files
author
Victor Covalski
committed
fix missing comma
1 parent 919f335 commit 9eaba52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/event_handler/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"ALBResolver",
1313
"ApiGatewayResolver",
1414
"CORSConfig",
15-
"Response"
15+
"Response",
1616
]

0 commit comments

Comments
 (0)