mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +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()
|
||||
im.save(test_output, "JPEG", qtables=qtables)
|
||||
|
||||
"""
|
||||
|
||||
def test_exif_leak(self):
|
||||
"""
|
||||
pre patch:
|
||||
|
||||
MB
|
||||
|
@ -160,8 +162,6 @@ post patch:
|
|||
0 11.33
|
||||
|
||||
"""
|
||||
|
||||
def test_exif_leak(self):
|
||||
im = hopper('RGB')
|
||||
exif = b'12345678'*4096
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user