mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +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
1f00fb8eef
commit
08270a7b5d
|
@ -76,7 +76,9 @@ class TestFileJpegXl:
|
||||||
image.load()
|
image.load()
|
||||||
image.getdata()
|
image.getdata()
|
||||||
|
|
||||||
assert_image_similar_tofile(image, "Tests/images/jxl/16bit_subcutaneous.cropped.png", 1.0)
|
assert_image_similar_tofile(
|
||||||
|
image, "Tests/images/jxl/16bit_subcutaneous.cropped.png", 1.0
|
||||||
|
)
|
||||||
|
|
||||||
def test_JpegXlDecode_with_invalid_args(self) -> None:
|
def test_JpegXlDecode_with_invalid_args(self) -> None:
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user