Skip to content

Commit

Permalink
removed unnecessary return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Saatvik Rao authored and Saatvik Rao committed Mar 11, 2024
1 parent 051d60d commit 3f074cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sage/graphs/orientations.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,6 @@ def helper(G, globO, m, k):
relabeled_graph = Graph([(reverse_vertex_labels[u], reverse_vertex_labels[v], label) for (u, v), label in orientation.items()])
yield relabeled_graph

# output the orientations
return orientations


def strong_orientations_iterator(G):
r"""
Expand Down

0 comments on commit 3f074cd

Please sign in to comment.