Skip to content

Commit

Permalink
🎨 Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiebke committed Mar 7, 2024
1 parent 95dc350 commit 19742ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion callbacks/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@
State("job-name", "value"),
prevent_initial_call=True,
)
def run_train(n_clicks, global_store, all_annotations, project_name, model_parameters, job_name):
def run_train(
n_clicks, global_store, all_annotations, project_name, model_parameters, job_name
):
"""
This callback collects parameters from the UI and submits a training job to Prefect.
If the app is run from "dev" mode, then only a placeholder job_uid will be created.
Expand Down

0 comments on commit 19742ca

Please sign in to comment.