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

Commit

Permalink
Addressing the linter complaint.
Browse files Browse the repository at this point in the history
  • Loading branch information
tscrim committed Aug 13, 2022
1 parent 4e03fee commit e780472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/rings/lazy_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -3469,6 +3469,7 @@ def coefficient(n):

# The arity is at least 2
gv = min(h._coeff_stream._approximate_order for h in g)

def coefficient(n):
r = R.zero()
for i in range(n//gv+1):
Expand Down

0 comments on commit e780472

Please sign in to comment.