Skip to content

Commit 797b4e1

Browse files
authored
Added type hint
1 parent 6a421d7 commit 797b4e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/test_file_dds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,6 @@ def test_save_large_file(tmp_path: Path, pixel_format: str, mode: str) -> None:
553553
"Tests/images/timeout-c60a3d7314213624607bfb3e38d551a8b24a7435.dds",
554554
],
555555
)
556-
def test_timeout(test_file) -> None:
556+
def test_timeout(test_file: str) -> None:
557557
with Image.open(test_file) as im:
558558
im.load()

0 commit comments

Comments
 (0)