Skip to content

Commit 88528d5

Browse files
committed
fix: apply final formatting changes
- Minor whitespace adjustments from ruff formatter - Ensures consistent code formatting
1 parent 3580821 commit 88528d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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
@@ -680,7 +680,7 @@ def _get_openapi_path( # noqa PLR0912
680680
model_name_map=model_name_map,
681681
field_mapping=field_mapping,
682682
)
683-
683+
684684
# Preserve existing fields like examples, encoding, etc.
685685
new_payload = {**payload} # Copy all existing fields
686686
new_payload.update(model_payload) # Add/override with model schema

aws_lambda_powertools/event_handler/openapi/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565

6666
class OpenAPIResponseHeader(TypedDict, total=False):
6767
"""OpenAPI Response Header Object"""
68+
6869
description: NotRequired[str]
6970
schema: NotRequired[dict[str, Any]]
7071
examples: NotRequired[dict[str, Any]]

0 commit comments

Comments
 (0)