mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Removed blank line
This commit is contained in:
		
							parent
							
								
									70cb908ddb
								
							
						
					
					
						commit
						ddede39932
					
				| 
						 | 
					@ -129,7 +129,6 @@ class TestImage:
 | 
				
			||||||
            im.size = (3, 4)
 | 
					            im.size = (3, 4)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def test_invalid_image(self):
 | 
					    def test_invalid_image(self):
 | 
				
			||||||
 | 
					 | 
				
			||||||
        im = io.BytesIO(b"")
 | 
					        im = io.BytesIO(b"")
 | 
				
			||||||
        with pytest.raises(UnidentifiedImageError):
 | 
					        with pytest.raises(UnidentifiedImageError):
 | 
				
			||||||
            with Image.open(im):
 | 
					            with Image.open(im):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user