From 4175520a982cb85f306a42cdf3a1710d66256bb7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 22:48:20 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Tests/test_image_convert.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/test_image_convert.py b/Tests/test_image_convert.py index 0cd017a4b35..e573a06a2b2 100644 --- a/Tests/test_image_convert.py +++ b/Tests/test_image_convert.py @@ -43,6 +43,7 @@ def test_unsupported_conversion(): with pytest.raises(ValueError): im.convert("INVALID") + def test_default(): im = hopper("P")