Skip to content

Commit 73c0295

Browse files
Update aws_lambda_powertools/event_handler/api_gateway.py
Co-authored-by: Heitor Lessa <[email protected]> Signed-off-by: Ruben Fonseca <[email protected]>
1 parent 65f4dfc commit 73c0295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/event_handler/api_gateway.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ def _has_compression_enabled(
728728
A boolean indicating whether compression is enabled or not in the route setting.
729729
response_compression: bool, optional
730730
A boolean indicating whether compression is enabled or not in the response setting.
731-
event: Generic[ResponseEventT]
731+
event: ResponseEventT
732732
The event object containing the request details.
733733
734734
Returns

0 commit comments

Comments
 (0)