From ef03dfe3b230c96bac0caeaf190d2e093e6942d5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 21:43:51 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Tests/test_file_webp_animated.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tests/test_file_webp_animated.py b/Tests/test_file_webp_animated.py index 74cedf138..c55793a35 100644 --- a/Tests/test_file_webp_animated.py +++ b/Tests/test_file_webp_animated.py @@ -57,6 +57,7 @@ def test_write_animation_L(tmp_path): im.load() assert_image_similar(im, orig.convert("RGBA"), 32.9) + def test_write_animation_float(tmp_path): """ Convert an animated PNG to animated WebP, then compare the frame count, and first @@ -86,6 +87,7 @@ def test_write_animation_float(tmp_path): im.load() assert_image_similar(im, orig.convert("RGBA"), 32.9) + def test_write_animation_RGB(tmp_path): """ Write an animated WebP from RGB frames, and ensure the frames