From 08270a7b5ddec526f2b780b71172052dc952f17e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 22:01:28 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Tests/test_file_jxl.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Tests/test_file_jxl.py b/Tests/test_file_jxl.py index f6173a57e80..c1b730a79e7 100644 --- a/Tests/test_file_jxl.py +++ b/Tests/test_file_jxl.py @@ -76,7 +76,9 @@ def test_read_i16(self) -> None: image.load() 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: """