Skip to content

Commit 4400181

Browse files
committed
style: run make format to fix CI formatting issues
1 parent 9eac24a commit 4400181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/event_handler_rest/src/discriminated_unions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ def handle_action(action: Annotated[ActionType, Body(description="Action to perf
4444
@logger.inject_lambda_context(correlation_id_path=correlation_paths.API_GATEWAY_HTTP)
4545
@tracer.capture_lambda_handler
4646
def lambda_handler(event: dict, context: LambdaContext) -> dict:
47-
return app.resolve(event, context)
47+
return app.resolve(event, context)

0 commit comments

Comments
 (0)