Skip to content

Commit 4e03fee

Browse files
committed
remove unused local variable
1 parent 7f9dbb1 commit 4e03fee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sage/rings/lazy_series.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3727,7 +3727,6 @@ def __call__(self, *args, check=True):
37273727
gs = g.symmetric_function()
37283728
return P(f(gs))
37293729

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

42214220
return poly
4222-

0 commit comments

Comments
 (0)