mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
remove unused imports from statistics module
This commit is contained in:
@@ -101,8 +101,6 @@ __all__ = [ 'StatisticsError',
|
||||
|
||||
import collections
|
||||
import math
|
||||
import numbers
|
||||
import operator
|
||||
|
||||
from fractions import Fraction
|
||||
from decimal import Decimal
|
||||
|
||||
Reference in New Issue
Block a user