We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a421d7 commit 797b4e1Copy full SHA for 797b4e1
1 file changed
Tests/test_file_dds.py
@@ -553,6 +553,6 @@ def test_save_large_file(tmp_path: Path, pixel_format: str, mode: str) -> None:
553
"Tests/images/timeout-c60a3d7314213624607bfb3e38d551a8b24a7435.dds",
554
],
555
)
556
-def test_timeout(test_file) -> None:
+def test_timeout(test_file: str) -> None:
557
with Image.open(test_file) as im:
558
im.load()
0 commit comments