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

Commit

Permalink
remove some empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Aug 28, 2015
1 parent 1d023c6 commit e02895f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/sage/rings/asymptotic/asymptotic_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,6 @@ def __pow__(self, power):
' for the term %s.' % (self, ))



def O(self):
r"""
Convert all terms in this asymptotic expression to `O`-terms.
Expand Down Expand Up @@ -1122,7 +1121,6 @@ def O(self):
for element in self.summands.maximal_elements())



class AsymptoticRing(sage.algebras.algebra.Algebra,
sage.structure.unique_representation.UniqueRepresentation):
r"""
Expand Down
1 change: 0 additions & 1 deletion src/sage/rings/asymptotic/term_monoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,6 @@ def _eq_(self, other):
self.coefficient == other.coefficient



class TermWithCoefficientMonoid(GenericTermMonoid):
r"""
This class implements the base structure for parents of
Expand Down

0 comments on commit e02895f

Please sign in to comment.