Fix state graph
This commit is contained in:
parent
84703bbc45
commit
0c72327ab7
|
@ -63,6 +63,7 @@ class IdentityStates(StateGraph):
|
|||
outdated.transitions_to(updated)
|
||||
updated.transitions_to(outdated)
|
||||
|
||||
updated.transitions_to(moved)
|
||||
moved.transitions_to(moved_fanned_out)
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Reference in New Issue