Remove duplicate cleanup in test_decompression_bomb.py (#4119)

Remove duplicate cleanup in test_decompression_bomb.py
This commit is contained in:
Hugo van Kemenade 2019-10-06 22:16:35 +03:00 committed by GitHub
commit bb4656928c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,6 @@ class TestDecompressionBomb(PillowTestCase):
def test_no_warning_small_file(self):
# Implicit assert: no warning.
# A warning would cause a failure.
Image.MAX_IMAGE_PIXELS = ORIGINAL_LIMIT
Image.open(TEST_FILE)
def test_no_warning_no_limit(self):