[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-12-12 22:40:10 +00:00
parent e6923509de
commit 4d9f78ee6f

View File

@ -605,6 +605,7 @@ def test_autocontrast_preserve_one_color(color: tuple[int, int, int]) -> None:
) # single color 10 cutoff
assert_image_equal(img, out)
def test_dither_primary_returns_image():
im = Image.new("RGB", (4, 4), (128, 128, 128))
out = ImageOps.dither_primary(im)