Skip to content

Commit d75e6a3

Browse files
author
Brian Villemarette
committed
Update typing of append_context
1 parent 025ce72 commit d75e6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/event_handler/api_gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ def _reset_processed_stack(self):
13601360
"""Reset the Processed Stack Frames"""
13611361
self.processed_stack_frames.clear()
13621362

1363-
def append_context(self, **additional_context):
1363+
def append_context(self, **additional_context) -> None:
13641364
"""Append key=value data as routing context"""
13651365
self.context.update(**additional_context)
13661366

0 commit comments

Comments
 (0)