mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-03 11:35:52 +03:00
Lint fix
This commit is contained in:
parent
ad37e86c40
commit
94df4ec1c9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user