Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ividito committed Feb 22, 2024
1 parent 285efdb commit f4e807c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workflows_api/runtime/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
from mangum import Mangum
from src.main import workflows_app

handler = Mangum(workflows_app, lifespan="off", api_gateway_base_path=workflows_app.root_path)
handler = Mangum(
workflows_app, lifespan="off", api_gateway_base_path=workflows_app.root_path
)

0 comments on commit f4e807c

Please sign in to comment.