Skip to content

Commit 2f9ef05

Browse files
tlakshmitlakshmi
authored andcommitted
update literal for node commands
1 parent 560ee0f commit 2f9ef05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyironflow/reactflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def handle(self, widget: 'PyironFlowWidget'):
125125
class NodeCommand:
126126
"""Specifies a command to run a node or selection of them."""
127127

128-
command: Literal["source", "run", "delete_node", "macro", "reset"]
128+
command: Literal["source", "pull", "push", "delete_node", "macro", "reset"]
129129
node: str
130130

131131

0 commit comments

Comments
 (0)