Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
rhettinger committed Nov 29, 2021
1 parent a09e3c4 commit 152ed3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
from itertools import groupby, repeat
from bisect import bisect_left, bisect_right
from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum
from operator import itemgetter, mul
from operator import mul
from collections import Counter, namedtuple

_SQRT2 = sqrt(2.0)
Expand Down

0 comments on commit 152ed3f

Please sign in to comment.