Skip to content

Commit e780472

Browse files
committed
Addressing the linter complaint.
1 parent 4e03fee commit e780472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/rings/lazy_series.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3469,6 +3469,7 @@ def coefficient(n):
34693469

34703470
# The arity is at least 2
34713471
gv = min(h._coeff_stream._approximate_order for h in g)
3472+
34723473
def coefficient(n):
34733474
r = R.zero()
34743475
for i in range(n//gv+1):

0 commit comments

Comments
 (0)