Skip to content

Commit a1ca225

Browse files
Making mypy happy
1 parent e329661 commit a1ca225

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws_lambda_powertools/event_handler/api_gateway.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,8 @@ def _openapi_operation_parameters(
703703
from aws_lambda_powertools.event_handler.openapi.params import Param
704704

705705
parameters = []
706+
parameter: Dict[str, Any] = {}
707+
706708
for param in all_route_params:
707709
field_info = param.field_info
708710
field_info = cast(Param, field_info)

0 commit comments

Comments
 (0)