Skip to content

Commit 03389da

Browse files
committed
fix: linting
1 parent 50a477c commit 03389da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: aws_lambda_powertools/event_handler/openapi/dependant.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ def get_dependant(
9191
return_annotation = endpoint_signature.return_annotation
9292
if return_annotation is not inspect.Signature.empty:
9393
type_annotation, param_field = analyze_param(
94-
param_name="Return", annotation=return_annotation, value=None, is_path_param=False,
94+
param_name="Return",
95+
annotation=return_annotation,
96+
value=None,
97+
is_path_param=False,
9598
)
9699
assert param_field is not None
97100

0 commit comments

Comments
 (0)