Skip to content

Commit 4d9f78e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e692350 commit 4d9f78e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/test_imageops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@ def test_autocontrast_preserve_one_color(color: tuple[int, int, int]) -> None:
605605
) # single color 10 cutoff
606606
assert_image_equal(img, out)
607607

608+
608609
def test_dither_primary_returns_image():
609610
im = Image.new("RGB", (4, 4), (128, 128, 128))
610611
out = ImageOps.dither_primary(im)

0 commit comments

Comments
 (0)