Skip to content

Commit 1ba481b

Browse files
author
Matthias Koeppe
committed
src/sage/graphs/strongly_regular_db.pyx: Remove self-import
1 parent f75277a commit 1ba481b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/graphs/strongly_regular_db.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2649,7 +2649,6 @@ def SRG_126_50_13_24():
26492649
sage: G.is_strongly_regular(parameters=True)
26502650
(126, 50, 13, 24)
26512651
"""
2652-
from sage.graphs.strongly_regular_db import SRG_175_72_20_36
26532652
from sage.graphs.generators.smallgraphs import HoffmanSingletonGraph
26542653
hs = HoffmanSingletonGraph()
26552654
s = set(hs.vertices(sort=False)).difference(hs.neighbors(0) + [0])

0 commit comments

Comments
 (0)