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

Commit

Permalink
Formatting push.
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasvicsr1 committed Jun 14, 2021
1 parent 3f7b07b commit f304cb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sage/rings/lazy_laurent_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -945,8 +945,6 @@ def integrate(self):
if self.coefficient(-1) != 0:
raise ValueError("Cannot integrate a Laurent series containing a monomial of the form 1/x")

# QQ = RationalField()
# R = self.change_ring(QQ).parent()
R = self.parent()
new_valuation = self._approximate_valuation + 1
op = LazyLaurentSeriesOperator_integrate(self)
Expand Down

0 comments on commit f304cb7

Please sign in to comment.