Skip to content

Commit 378e8ff

Browse files
committed
update test
1 parent d2500b3 commit 378e8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

znflow/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def default(self, value, *args, **kwargs):
2020
if isinstance(value, NodeConnector):
2121
if value.graph is not None:
2222
assert (
23-
value.graph == graph
23+
value.graph == graph
2424
), f"DiGraphs are not the same '{value.graph}' != '{graph}'"
2525
connector = NodeConnector(graph=graph, node=node, attribute=attribute_name)
2626
add_edge(connector, value)

0 commit comments

Comments
 (0)