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

Commit

Permalink
Fixing last pyflakes things.
Browse files Browse the repository at this point in the history
  • Loading branch information
tscrim committed Sep 20, 2022
1 parent e077b66 commit ddc04a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 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 @@ -4893,9 +4893,7 @@ def xgcd(self, f):
return (P.zero(), P.one(), P.zero())
# get the valuations
sv = self.valuation()
sc = self[sv]
fv = f.valuation()
fc = f[fv]
val = min(sv, fv)
assert val is not infinity
# This assumes the base ring is a field
Expand Down
1 change: 0 additions & 1 deletion src/sage/rings/lazy_series_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
from sage.categories.rings import Rings
from sage.categories.unique_factorization_domains import UniqueFactorizationDomains
from sage.categories.integral_domains import IntegralDomains
from sage.categories.euclidean_domains import EuclideanDomains
from sage.categories.fields import Fields
from sage.categories.complete_discrete_valuation import (CompleteDiscreteValuationFields,
CompleteDiscreteValuationRings)
Expand Down

0 comments on commit ddc04a1

Please sign in to comment.