Skip to content

Commit 79b4737

Browse files
committed
another fix
1 parent 2c83544 commit 79b4737

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/graphs/digraph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3320,7 +3320,6 @@ def simple_cycle_iter(hh, e):
33203320
raise ValueError(f"The algorithm {algorithm} is not valid. \
33213321
Use the algorithm 'A' or 'B'.")
33223322

3323-
33243323
cycles = []
33253324
for key, it in iterators.items():
33263325
try:

0 commit comments

Comments
 (0)