Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Nov 28, 2023
1 parent cc9edcf commit 2da0c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywhy_graphs/algorithms/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,5 +853,5 @@ def all_vstructures(G: nx.DiGraph, as_edges: bool = False):
vstructs.add((p1, node))
vstructs.add((p2, node))
else:
vstructs.add((p1, node, p2))
vstructs.add((p1, node, p2)) # type: ignore
return vstructs

0 comments on commit 2da0c0d

Please sign in to comment.