mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	fold __future__ imports
This commit is contained in:
		
							parent
							
								
									5e9cc5efed
								
							
						
					
					
						commit
						fed4abcc84
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -2,8 +2,7 @@ | |||
| Python implementation of the io module. | ||||
| """ | ||||
| 
 | ||||
| from __future__ import print_function | ||||
| from __future__ import unicode_literals | ||||
| from __future__ import (print_function, unicode_literals) | ||||
| 
 | ||||
| import os | ||||
| import abc | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Benjamin Peterson
						Benjamin Peterson