Skip to content

Commit

Permalink
undo change
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Aug 5, 2024
1 parent 973ed04 commit 9fbe16f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/btrixcloud/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ class UserOut(BaseModel):

RUNNING_AND_STARTING_ONLY = ["starting", *RUNNING_STATES]

RUNNING_AND_WAITING_ONLY = ["waiting_capacity", *RUNNING_STATES]

TYPE_NON_RUNNING_STATES = Literal[TYPE_FAILED_STATES, TYPE_SUCCESSFUL_STATES]
NON_RUNNING_STATES = [*FAILED_STATES, *SUCCESSFUL_STATES]

Expand Down

0 comments on commit 9fbe16f

Please sign in to comment.