mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-25 00:34:14 +03:00
Lint fix
This commit is contained in:
parent
480f6819b5
commit
5269ab13a7
|
@ -144,5 +144,7 @@ def test_not_an_icns_file():
|
|||
|
||||
def test_icns_decompression_bomb():
|
||||
with pytest.raises(Image.DecompressionBombError):
|
||||
im = Image.open('Tests/images/oom-8ed3316a4109213ca96fb8a256a0bfefdece1461.icns')
|
||||
im = Image.open(
|
||||
"Tests/images/oom-8ed3316a4109213ca96fb8a256a0bfefdece1461.icns"
|
||||
)
|
||||
im.load()
|
||||
|
|
Loading…
Reference in New Issue
Block a user