mirror of
				https://github.com/astral-sh/ruff.git
				synced 2025-10-31 20:08:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			96 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			96 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import os
 | |
| import os.path as path
 | |
| 
 | |
| 
 | |
| for os in range(3):
 | |
|     pass
 | |
| 
 | |
| for path in range(3):
 | |
|     pass
 | 
