mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Changed string statement to docstring
This commit is contained in:
parent
26bcc443d1
commit
40c05380c5
|
@ -105,7 +105,9 @@ post-patch:
|
||||||
test_output = BytesIO()
|
test_output = BytesIO()
|
||||||
im.save(test_output, "JPEG", qtables=qtables)
|
im.save(test_output, "JPEG", qtables=qtables)
|
||||||
|
|
||||||
"""
|
|
||||||
|
def test_exif_leak(self):
|
||||||
|
"""
|
||||||
pre patch:
|
pre patch:
|
||||||
|
|
||||||
MB
|
MB
|
||||||
|
@ -160,8 +162,6 @@ post patch:
|
||||||
0 11.33
|
0 11.33
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def test_exif_leak(self):
|
|
||||||
im = hopper('RGB')
|
im = hopper('RGB')
|
||||||
exif = b'12345678'*4096
|
exif = b'12345678'*4096
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user