Skip to content

Commit

Permalink
thats ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
simon committed Nov 22, 2024
1 parent f2c904e commit 9861ac6
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions reflex/reflex.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,12 @@ def deploy(

hosting_cli.deploy(
app_name=app_name,
export_fn=lambda zip_dest_dir, api_url, deploy_url, frontend, backend, zipping: export_utils.export(
export_fn=lambda zip_dest_dir,
api_url,
deploy_url,
frontend,
backend,
zipping: export_utils.export(
zip_dest_dir=zip_dest_dir,
api_url=api_url,
deploy_url=deploy_url,
Expand Down Expand Up @@ -678,7 +683,12 @@ def deployv2(

hosting_cli.deploy(
app_name=app_name,
export_fn=lambda zip_dest_dir, api_url, deploy_url, frontend, backend, zipping: export_utils.export(
export_fn=lambda zip_dest_dir,
api_url,
deploy_url,
frontend,
backend,
zipping: export_utils.export(
zip_dest_dir=zip_dest_dir,
api_url=api_url,
deploy_url=deploy_url,
Expand Down

0 comments on commit 9861ac6

Please sign in to comment.