Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
islean committed Mar 12, 2024
1 parent a90d887 commit 66eb3d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trailblazer/store/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class Analysis(Model):

jobs = orm.relationship("Job", cascade="all,delete", backref="analysis")
delivery = orm.relationship("Delivery", backref="analysis")

@property
def has_ongoing_status(self) -> bool:
"""Check if analysis status is ongoing."""
Expand Down

0 comments on commit 66eb3d0

Please sign in to comment.