mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	remove unused imports from statistics module
This commit is contained in:
		
							parent
							
								
									4f056d43d6
								
							
						
					
					
						commit
						2bcb1f68b6
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -101,8 +101,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import collections
 | 
					import collections
 | 
				
			||||||
import math
 | 
					import math
 | 
				
			||||||
import numbers
 | 
					 | 
				
			||||||
import operator
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
from fractions import Fraction
 | 
					from fractions import Fraction
 | 
				
			||||||
from decimal import Decimal
 | 
					from decimal import Decimal
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue