Skip to content

Commit 0416f7d

Browse files
rhettingerShrey-N
andauthored
Update Lib/statistics.py
Co-authored-by: Shrey Naithani <shrey.naithani@shelllite.tech>
1 parent 6303c76 commit 0416f7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136

137137
from fractions import Fraction
138138
from decimal import Decimal
139-
from itertools import count, compress, groupby, repeat
139+
from itertools import compress, count, groupby, repeat
140140
from bisect import bisect_left, bisect_right
141141
from math import hypot, sqrt, fabs, exp, erfc, tau, log, fsum, sumprod
142142
from math import isfinite, isinf, pi, cos, sin, tan, cosh, asin, atan, acos

0 commit comments

Comments
 (0)