Skip to content

Commit

Permalink
remove extraneous comment
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Parente <[email protected]>
  • Loading branch information
nparent1 committed Jan 3, 2025
1 parent a93c614 commit c6472ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dowhy/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def do_surgery(

node_names = parse_state(node_names)
new_graph = graph.copy()
# new_graph = copy.deepcopy(graph)
for node_name in node_names:
if remove_outgoing_edges:
if remove_only_direct_edges_to_target:
Expand Down

0 comments on commit c6472ca

Please sign in to comment.