mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 21:24:31 +03:00
Removed extra print
This commit is contained in:
parent
cec5fd9d38
commit
19bf3390a9
|
@ -44,7 +44,6 @@ class TestFileJpeg2k(PillowTestCase):
|
||||||
data = BytesIO(f.read())
|
data = BytesIO(f.read())
|
||||||
im = Image.open(data)
|
im = Image.open(data)
|
||||||
im.load()
|
im.load()
|
||||||
print ("bytesio")
|
|
||||||
self.assert_image_similar(im, test_card, 1.0e-3)
|
self.assert_image_similar(im, test_card, 1.0e-3)
|
||||||
|
|
||||||
# These two test pre-written JPEG 2000 files that were not written with
|
# These two test pre-written JPEG 2000 files that were not written with
|
||||||
|
|
Loading…
Reference in New Issue
Block a user