Skip to content

Commit 5f3de5c

Browse files
committed
Lint files
1 parent 4e41ebf commit 5f3de5c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

aws_lambda_powertools/utilities/validation/validator.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -260,5 +260,9 @@ def handler(event, context):
260260
)
261261

262262
validate_data_against_schema(
263-
data=event, schema=schema, formats=formats, handlers=handlers, provider_options=provider_options
263+
data=event,
264+
schema=schema,
265+
formats=formats,
266+
handlers=handlers,
267+
provider_options=provider_options,
264268
)

0 commit comments

Comments
 (0)