Skip to content

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taxe10 committed Mar 7, 2024
1 parent 0f995bd commit e516b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion callbacks/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def check_inference_job(n_intervals, train_job_id):
else:
data = query_flow_run(
PREFECT_TAGS + ["inference"], flow_run_name=job_name
)
)
selected_value = None if len(data) == 0 else no_update
return data, selected_value
return [], None

0 comments on commit e516b8b

Please sign in to comment.