We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c928e2b commit 6e73627Copy full SHA for 6e73627
1 file changed
yamcs-client/src/yamcs/client/timeline/model.py
@@ -156,7 +156,7 @@ def _to_predecessor(self) -> "Predecessor":
156
return Predecessor(self.item, start_condition=StartCondition.ON_START)
157
158
159
-StartTrigger = Union[OnSuccess | OnFailure | OnCompletion | OnStart]
+StartTrigger = Union[OnSuccess, OnFailure, OnCompletion, OnStart]
160
"""
161
Expresses a dependency between an item and its predecessor.
162
0 commit comments