Skip to content

Commit c9d555d

Browse files
author
Matthias Koeppe
committed
src/sage/graphs/comparability.pyx: Remove self-import
1 parent 711835f commit c9d555d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/graphs/comparability.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,6 @@ def is_permutation(g, algorithm="greedy", certificate=False, check=True,
677677
....: break
678678

679679
"""
680-
from sage.graphs.comparability import is_comparability
681680
if certificate:
682681
683682
# First poset, we stop if it fails

0 commit comments

Comments
 (0)