File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
nisystemlink/clients/test_plan/models Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class SubstateDefinition(JsonModel):
3232 label : Optional [str ] = None
3333 """The display label for the substate."""
3434
35- available_actions : Optional [list [ActionTransitionDefinition ]] = None
35+ available_actions : Optional [List [ActionTransitionDefinition ]] = None
3636 """List of actions that can be performed from this substate."""
3737
3838
@@ -48,7 +48,7 @@ class StateDefinition(JsonModel):
4848 default_substate : Optional [str ] = None
4949 """The name of the default substate for this state."""
5050
51- substates : Optional [list [SubstateDefinition ]] = None
51+ substates : Optional [List [SubstateDefinition ]] = None
5252 """A list of substates defined for this state."""
5353
5454
You can’t perform that action at this time.
0 commit comments