mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-24 16:24:11 +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())
|
||||
im = Image.open(data)
|
||||
im.load()
|
||||
print ("bytesio")
|
||||
self.assert_image_similar(im, test_card, 1.0e-3)
|
||||
|
||||
# These two test pre-written JPEG 2000 files that were not written with
|
||||
|
|
Loading…
Reference in New Issue
Block a user