Skip to content

Commit 0a86628

Browse files
hugovkcoiax
andauthored
Silence PyCharm more generically
Co-authored-by: coiax <yellowbounder@gmail.com>
1 parent e8f0e85 commit 0a86628

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,4 +636,4 @@ def test_time_unit() -> None:
636636
assert minutes == minutes
637637

638638
with pytest.raises(TypeError):
639-
assert years < "foo"
639+
_ = years < "foo"

0 commit comments

Comments
 (0)