Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 17, 2021
1 parent ad37e86 commit 94df4ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/oss-fuzz/test_fuzzers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def test_fuzz_fonts(path):
with open(path, "rb") as f:
try:
fuzzers.fuzz_font(f.read())
except (Image.DecompressionBombError,
Image.DecompressionBombWarning):
except (Image.DecompressionBombError, Image.DecompressionBombWarning):
pass
assert True

0 comments on commit 94df4ec

Please sign in to comment.