mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Removed unnecessary "pragma: no cover"
This commit is contained in:
		
							parent
							
								
									d6fd4c978e
								
							
						
					
					
						commit
						8422af20d5
					
				| 
						 | 
					@ -396,7 +396,7 @@ class Color3DLUT(MultibandFilter):
 | 
				
			||||||
        if hasattr(table, "shape"):
 | 
					        if hasattr(table, "shape"):
 | 
				
			||||||
            try:
 | 
					            try:
 | 
				
			||||||
                import numpy
 | 
					                import numpy
 | 
				
			||||||
            except ImportError:  # pragma: no cover
 | 
					            except ImportError:
 | 
				
			||||||
                pass
 | 
					                pass
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if numpy and isinstance(table, numpy.ndarray):
 | 
					        if numpy and isinstance(table, numpy.ndarray):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user