Skip to content

Commit a549049

Browse files
author
Release Manager
committed
gh-40309: Fix lint Fix lint failure introduced in #39920 . Strangely, https://github. com/sagemath/sage/actions/runs/15639025083/job/44061585299 had no failure. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [ ] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #40309 Reported by: user202729 Reviewer(s): Frédéric Chapoton
2 parents 0aa8b11 + ace69a4 commit a549049

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/rings/number_field/number_field.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4236,7 +4236,6 @@ def _pari_absolute_structure(self):
42364236
beta = alpha.modreverse()
42374237
return f, alpha, beta
42384238

4239-
42404239
def pari_polynomial(self, name='x'):
42414240
"""
42424241
Return the PARI polynomial corresponding to this number field.

0 commit comments

Comments
 (0)