mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-23 07:10:33 +03:00
Removed argument
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
152d982644
commit
017b16b803
|
@ -40,7 +40,7 @@ def test_unexpected_end(tmp_path: Path) -> None:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
def test_cannot_find_subfile(tmp_path: Path) -> None:
|
def test_cannot_find_subfile() -> None:
|
||||||
with pytest.raises(OSError):
|
with pytest.raises(OSError):
|
||||||
with TarIO.TarIO(TEST_TAR_FILE, "test"):
|
with TarIO.TarIO(TEST_TAR_FILE, "test"):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue
Block a user