Skip to content

Commit

Permalink
removed an unnecessary blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
janmenjayap committed Nov 8, 2024
1 parent 9f32514 commit c63a2bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/graphs/matching_covered_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,6 @@ def __init__(self, data=None, matching=None, algorithm='Edmonds',
Graph.__init__(self, data, *args, **kwds)
success = True


elif isinstance(data, Graph):
try:
self._upgrade_from_graph(data=data, matching=matching,
Expand Down

0 comments on commit c63a2bb

Please sign in to comment.