mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-03 11:35:52 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
1f6df76c42
commit
770560d8e4
|
@ -96,6 +96,7 @@ def test_write_rgba(tmp_path):
|
|||
else:
|
||||
assert_image_similar(image, pil_image, 1.0)
|
||||
|
||||
|
||||
def test_write_rgba_keep_transparent(tmp_path):
|
||||
"""
|
||||
Can we write a RGBA mode file to WebP while preserving
|
||||
|
@ -130,7 +131,6 @@ def test_write_rgba_keep_transparent(tmp_path):
|
|||
assert_image_similar(image, input_image, 1.0)
|
||||
|
||||
|
||||
|
||||
def test_write_unsupported_mode_PA(tmp_path):
|
||||
"""
|
||||
Saving a palette-based file with transparency to WebP format
|
||||
|
|
Loading…
Reference in New Issue
Block a user