Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
fixed bug introduced by removing module_list
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo-Maffei committed Aug 4, 2020
1 parent 7754591 commit 4e17fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/graph_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@ def quadrangulations(self, order, minimum_degree=None, minimum_connectivity=None
# Small Graphs
###########################################################################
from .generators import smallgraphs
from sage.graphs import distance_regular
from sage.graphs.generators import distance_regular
Balaban10Cage = staticmethod(smallgraphs.Balaban10Cage)
Balaban11Cage = staticmethod(smallgraphs.Balaban11Cage)
BidiakisCube = staticmethod(smallgraphs.BidiakisCube)
Expand Down

0 comments on commit 4e17fd7

Please sign in to comment.