mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Removed unused variable
This commit is contained in:
		
							parent
							
								
									1fcdf6a2db
								
							
						
					
					
						commit
						18fea70b51
					
				| 
						 | 
					@ -343,7 +343,7 @@ class TestImageCms(PillowTestCase):
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
            chans = []
 | 
					            chans = []
 | 
				
			||||||
            bands = ImageMode.getmode(mode).bands
 | 
					            bands = ImageMode.getmode(mode).bands
 | 
				
			||||||
            for band_ndx, band in enumerate(bands):
 | 
					            for band_ndx in range(len(bands)):
 | 
				
			||||||
                channel_type = 'L' # 8-bit unorm
 | 
					                channel_type = 'L' # 8-bit unorm
 | 
				
			||||||
                channel_pattern = hopper(channel_type)
 | 
					                channel_pattern = hopper(channel_type)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user