This commit is contained in:
Nuno Campos
2024-08-28 12:31:43 -07:00
parent a8a2a89602
commit 112700810c
-1
View File
@@ -85,7 +85,6 @@ class Send:
Args:
node (str): The name of the target node to send the message to.
arg (Any): The state or message to send to the target node.
id (str): ID associated with the Send.
"""
self.node = node
self.arg = arg