mirror of
https://github.com/python-pillow/Pillow.git
synced 2026-02-05 14:59:32 +03:00
Fix minor issue in dither_primary implementation
This commit is contained in:
parent
7b59e6f6b3
commit
e6923509de
|
|
@ -605,10 +605,6 @@ def test_autocontrast_preserve_one_color(color: tuple[int, int, int]) -> None:
|
|||
) # single color 10 cutoff
|
||||
assert_image_equal(img, out)
|
||||
|
||||
|
||||
from PIL import ImageOps
|
||||
|
||||
|
||||
def test_dither_primary_returns_image():
|
||||
im = Image.new("RGB", (4, 4), (128, 128, 128))
|
||||
out = ImageOps.dither_primary(im)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user