mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	gh-84623: Remove unused imports (#94132)
This commit is contained in:
		
							parent
							
								
									8661c5053f
								
							
						
					
					
						commit
						47e35625ff
					
				
					 28 changed files with 9 additions and 43 deletions
				
			
		|  | @ -9,11 +9,10 @@ | |||
| import pathlib | ||||
| import sys | ||||
| 
 | ||||
| from typing import Generator, Any | ||||
| from typing import Generator | ||||
| 
 | ||||
| sys.path.insert(0, ".") | ||||
| 
 | ||||
| from pegen import build | ||||
| from scripts import test_parse_directory | ||||
| 
 | ||||
| HERE = pathlib.Path(__file__).resolve().parent | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Victor Stinner
						Victor Stinner