Skip to content

Commit 1a3a73b

Browse files
committed
fix: improve typing
1 parent a6f9e44 commit 1a3a73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/event_handler/middlewares/openapi_validation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def _get_embed_body(
371371
def _normalize_multi_query_string_with_param(
372372
query_string: Optional[Dict[str, List[str]]],
373373
params: Sequence[ModelField],
374-
):
374+
) -> Optional[Dict[str, Any]]:
375375
"""
376376
Extract and normalize resolved_query_string_parameters
377377

0 commit comments

Comments
 (0)