Skip to content

Commit

Permalink
feat: add pending option to QC status (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman authored Sep 6, 2024
1 parent 35dcab1 commit b13971f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aind_data_schema/core/quality_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class Status(str, Enum):

FAIL = "Fail"
PASS = "Pass"
PENDING = "Pending"


class Stage(str, Enum):
Expand Down

0 comments on commit b13971f

Please sign in to comment.