Skip to content

Commit 152ed3f

Browse files
committed
Remove unused import
1 parent a09e3c4 commit 152ed3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/statistics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
from itertools import groupby, repeat
138138
from bisect import bisect_left, bisect_right
139139
from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum
140-
from operator import itemgetter, mul
140+
from operator import mul
141141
from collections import Counter, namedtuple
142142

143143
_SQRT2 = sqrt(2.0)

0 commit comments

Comments
 (0)