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

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mantepse committed Sep 26, 2022
1 parent fb3a5cd commit 855d2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/lazy_series_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ def _test_revert(self, **options):
raise AssertionError("compositional inverse of %s should exist: %s" % (x, error))
try:
vy = y.valuation()
m = y[vy]
_ = y[vy]
except NotImplementedError:
pass
except (ValueError, TypeError):
Expand Down

0 comments on commit 855d2bf

Please sign in to comment.