Skip to content

Commit

Permalink
Add early return in apply_to_project_event for improved flow
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenAnpu committed Dec 21, 2024
1 parent 84bda69 commit 60893fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def apply_to_project_event(
f"Please run both models before applying them to the project",
status="warning",
)
return

def update_proj_meta_classes(
ann: dict,
Expand Down

0 comments on commit 60893fb

Please sign in to comment.