mirror of
https://github.com/python/cpython.git
synced 2025-09-19 07:00:59 +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 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