Skip to content

Commit 50e91ba

Browse files
committed
remove unused # type: ignore comment
1 parent 01f567f commit 50e91ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/test_file_jpeg2k.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def test_reduce() -> None:
181181
assert isinstance(im, Jpeg2KImagePlugin.Jpeg2KImageFile)
182182

183183
im.reduce = 2
184-
assert im.reduce == 2 # type: ignore[comparison-overlap]
184+
assert im.reduce == 2
185185

186186
im.load()
187187
assert im.size == (160, 120)

0 commit comments

Comments
 (0)