mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Update src/PIL/CurImagePlugin.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									d46f45a637
								
							
						
					
					
						commit
						e8684d7611
					
				| 
						 | 
					@ -109,7 +109,7 @@ def _accept(prefix):
 | 
				
			||||||
##
 | 
					##
 | 
				
			||||||
# Image plugin for Windows Cursor files.
 | 
					# Image plugin for Windows Cursor files.
 | 
				
			||||||
class CurFile(IcoImagePlugin.IcoFile):
 | 
					class CurFile(IcoImagePlugin.IcoFile):
 | 
				
			||||||
    def __init__(self, buf: BytesIO):
 | 
					    def __init__(self, buf: BytesIO()):
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
        Parse image from file-like object containing cur file data
 | 
					        Parse image from file-like object containing cur file data
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user