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

Commit

Permalink
fix for pyflakes and blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mantepse committed Sep 30, 2022
1 parent 67dff95 commit 4fc981b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/rings/lazy_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@
from sage.arith.functions import lcm
from sage.arith.misc import divisors, moebius
from sage.combinat.partition import Partition, Partitions
from sage.misc.misc_c import prod
from sage.misc.derivative import derivative_parse
from sage.rings.infinity import infinity
from sage.rings.integer_ring import ZZ
Expand Down Expand Up @@ -3899,7 +3898,7 @@ def compute_coefficients(self, i):

def _im_gens_(self, codomain, im_gens, base_map=None):
"""
Returns the image of ``self`` under the map that sends the
Return the image of ``self`` under the map that sends the
generators of the parent of ``self`` to the elements of the
tuple ``im_gens``.
Expand Down

0 comments on commit 4fc981b

Please sign in to comment.