Skip to content

Commit cbe7118

Browse files
committed
make format
1 parent a09f1fa commit cbe7118

File tree

1 file changed

+2
-2
lines changed
  • aws_lambda_powertools/event_handler/openapi

1 file changed

+2
-2
lines changed

aws_lambda_powertools/event_handler/openapi/params.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -893,10 +893,10 @@ def __init__(
893893
class File(_File):
894894
"""
895895
Defines a file parameter that should be extracted from multipart form data.
896-
896+
897897
This parameter type is used for file uploads in multipart/form-data requests
898898
and integrates with OpenAPI schema generation.
899-
899+
900900
Example:
901901
-------
902902
```python

0 commit comments

Comments
 (0)