Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Roy <aryanroy5678@gmail.com>
  • Loading branch information
aryan26roy committed Sep 21, 2023
1 parent f7eb0b8 commit 7e30a76
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 @@ -747,7 +747,7 @@ def dag_to_mag(G, L: Set = None, S: Set = None):

mag = ADMG()

for A,B in adj_nodes:
for A, B in adj_nodes:

AuS = S.union(A)
BuS = S.union(B)
Expand Down

0 comments on commit 7e30a76

Please sign in to comment.