Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 6, 2021
1 parent 756fff3 commit 608bf4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tests/test_file_icns.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,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()

0 comments on commit 608bf4f

Please sign in to comment.