mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-31 16:07:30 +03:00 
			
		
		
		
	Changed string statement to docstring
This commit is contained in:
		
							parent
							
								
									26bcc443d1
								
							
						
					
					
						commit
						40c05380c5
					
				|  | @ -105,6 +105,8 @@ 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: | ||||||
| 
 | 
 | ||||||
|  | @ -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