mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Removed return value assertion
This commit is contained in:
		
							parent
							
								
									1a14957c19
								
							
						
					
					
						commit
						de0779eee8
					
				| 
						 | 
				
			
			@ -16,7 +16,7 @@ from .helper import (
 | 
			
		|||
 | 
			
		||||
def test_sanity() -> None:
 | 
			
		||||
    im = hopper()
 | 
			
		||||
    assert im.thumbnail((100, 100)) is None  # type: ignore[func-returns-value]
 | 
			
		||||
    im.thumbnail((100, 100))
 | 
			
		||||
 | 
			
		||||
    assert im.size == (100, 100)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user