Skip to content

Commit

Permalink
馃懝 Feed the hobgoblins (delint).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 31, 2024
1 parent 0a88ec3 commit 1d877c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pwd.py
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ def test_numwords(self):
):
assert numwords(n) == word

for n, word, wrongword in (
for n, word, _wrongword in (
# TODO: should be one point two three
("1.23", "one point two three", "one point twenty-three"),
):
Expand Down

0 comments on commit 1d877c5

Please sign in to comment.