mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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 @@ __all__ = [ 'StatisticsError',
|
|||
|
||||
import collections
|
||||
import math
|
||||
import numbers
|
||||
import operator
|
||||
|
||||
from fractions import Fraction
|
||||
from decimal import Decimal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue