mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Format with Black
This commit is contained in:
		
							parent
							
								
									30443d39bd
								
							
						
					
					
						commit
						6e86d235c8
					
				| 
						 | 
				
			
			@ -16,8 +16,7 @@
 | 
			
		|||
 | 
			
		||||
from PIL import Image
 | 
			
		||||
 | 
			
		||||
repro = ('00r0_gray_l.jp2',  '00r1_graya_la.jp2'
 | 
			
		||||
             )
 | 
			
		||||
repro = ("00r0_gray_l.jp2", "00r1_graya_la.jp2")
 | 
			
		||||
 | 
			
		||||
for path in repro:
 | 
			
		||||
    im = Image.open(path)
 | 
			
		||||
| 
						 | 
				
			
			@ -25,5 +24,3 @@ for path in repro:
 | 
			
		|||
        im.load()
 | 
			
		||||
    except Exception as msg:
 | 
			
		||||
        print(msg)
 | 
			
		||||
 | 
			
		||||
    
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user