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 9a5a85d commit 57dca31
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 @@ -1227,4 +1227,4 @@ def test_doc_examples(self):
def test_unknown_method(self):
p = inflect.engine()
with pytest.raises(AttributeError):
p.unknown_method
p.unknown_method # noqa: B018

0 comments on commit 57dca31

Please sign in to comment.