mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-01 00:17:27 +03:00 
			
		
		
		
	remove unused variable
This commit is contained in:
		
							parent
							
								
									972961c9fe
								
							
						
					
					
						commit
						2fd3cb55d2
					
				|  | @ -41,7 +41,7 @@ def test_sanity(filter_to_apply, mode): | ||||||
| def test_sanity_error(mode): | def test_sanity_error(mode): | ||||||
|     with pytest.raises(TypeError): |     with pytest.raises(TypeError): | ||||||
|         im = hopper(mode) |         im = hopper(mode) | ||||||
|         out = im.filter("hello") |         im.filter("hello") | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| # crashes on small images | # crashes on small images | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user