Skip to content

Commit 70cb908

Browse files
authored
Merge branch 'main' into main
2 parents c934138 + 44510d2 commit 70cb908

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/test_imagemath.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ def pixel(im):
88
return f"{im.mode} {repr(im.getpixel((0, 0)))}"
99
if isinstance(im, int):
1010
return int(im) # hack to deal with booleans
11-
print(im)
1211

1312

1413
A = Image.new("L", (1, 1), 1)

0 commit comments

Comments
 (0)