Skip to content

Commit

Permalink
Cleans up unecessary type variable
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Mar 19, 2024
1 parent 678467b commit 2b12a02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions burr/core/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ class Transition:
condition: Condition


TerminationCondition = Literal["any_complete", "all_complete"]

PRIOR_STEP = "__PRIOR_STEP"
SEQUENCE_ID = "__SEQUENCE_ID"

Expand Down

0 comments on commit 2b12a02

Please sign in to comment.