Skip to content

Commit 8206e7e

Browse files
author
jorjortuajing
committed
fix
1 parent c6f01fa commit 8206e7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

todo_works/range_decomposer_validator/range_decomposer_validator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ def forward(self, **kwargs):
101101
error_msg += f"Nodes in graph but not in subgraph: {diff_in_graph}\n"
102102
error_msg += f"Nodes in subgraph but not in graph: {diff_in_subgraph}"
103103
raise ValueError(error_msg)
104-
else:
105-
print("")
106104

107105
return (current_args,)
108106

0 commit comments

Comments
 (0)