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

Commit

Permalink
remove unused local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mantepse committed Aug 12, 2022
1 parent 7f9dbb1 commit 4e03fee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sage/rings/lazy_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -3727,7 +3727,6 @@ def __call__(self, *args, check=True):
gs = g.symmetric_function()
return P(f(gs))

BR = P.base_ring()
if isinstance(g, LazySymmetricFunction):
R = P._laurent_poly_ring
else:
Expand Down Expand Up @@ -4219,4 +4218,3 @@ def parenthesize(m):
poly = formatter(*([parenthesize(mo) for mo in mons] + bigO), sep=" + ")

return poly

0 comments on commit 4e03fee

Please sign in to comment.