We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68db8f4 commit e018ff4Copy full SHA for e018ff4
src/sage/algebras/finite_gca.py
@@ -26,10 +26,9 @@
26
from sage.rings.integer_ring import ZZ
27
from sage.sets.condition_set import ConditionSet
28
from sage.sets.disjoint_union_enumerated_sets import DisjointUnionEnumeratedSets
29
-from sage.structure.parent import Parent
30
31
32
-class FiniteGCAlgebra(CombinatorialFreeModule, Parent):
+class FiniteGCAlgebra(CombinatorialFreeModule):
33
r"""
34
Finite dimensional graded commutative algebras.
35
0 commit comments