File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/sage/combinat/cluster_algebra_quiver Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 44
44
from sage .rings .polynomial .polynomial_ring_constructor import PolynomialRing
45
45
from sage .rings .fraction_field_element import FractionFieldElement
46
46
from sage .sets .set import Set
47
- from sage .graphs .digraph import DiGraph
48
47
from sage .combinat .cluster_algebra_quiver .quiver_mutation_type import QuiverMutationType_Irreducible , QuiverMutationType_Reducible
49
48
from sage .combinat .cluster_algebra_quiver .mutation_type import is_mutation_finite
50
49
from random import randint
50
+ from sage .misc .lazy_import import lazy_import
51
51
from sage .misc .misc_c import prod
52
52
from sage .matrix .special import identity_matrix
53
53
from sage .matrix .constructor import matrix
57
57
58
58
from sage .combinat .cluster_algebra_quiver .interact import cluster_interact
59
59
60
+ lazy_import ('sage.graphs.digraph' , 'DiGraph' )
61
+
60
62
61
63
class ClusterSeed (SageObject ):
62
64
r"""
You can’t perform that action at this time.
0 commit comments