Skip to content

Commit

Permalink
src/sage/graphs/strongly_regular_db.pyx: Remove self-import
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Sep 7, 2023
1 parent f75277a commit 1ba481b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/graphs/strongly_regular_db.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2649,7 +2649,6 @@ def SRG_126_50_13_24():
sage: G.is_strongly_regular(parameters=True)
(126, 50, 13, 24)
"""
from sage.graphs.strongly_regular_db import SRG_175_72_20_36
from sage.graphs.generators.smallgraphs import HoffmanSingletonGraph
hs = HoffmanSingletonGraph()
s = set(hs.vertices(sort=False)).difference(hs.neighbors(0) + [0])
Expand Down

0 comments on commit 1ba481b

Please sign in to comment.