Skip to content

Commit

Permalink
fix suggested detail
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Feb 12, 2024
1 parent 68db8f4 commit e018ff4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/algebras/finite_gca.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@
from sage.rings.integer_ring import ZZ
from sage.sets.condition_set import ConditionSet
from sage.sets.disjoint_union_enumerated_sets import DisjointUnionEnumeratedSets
from sage.structure.parent import Parent


class FiniteGCAlgebra(CombinatorialFreeModule, Parent):
class FiniteGCAlgebra(CombinatorialFreeModule):
r"""
Finite dimensional graded commutative algebras.
Expand Down

0 comments on commit e018ff4

Please sign in to comment.