Skip to content

Commit f5c091c

Browse files
committed
Whitespace
1 parent 037b5fe commit f5c091c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/statistics.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,7 @@ def _deci_sqrt(n: int, m: int) -> Decimal:
336336
# Method: Check the result, moving up or down a step if needed.
337337
if not n:
338338
return 0.0
339-
340339
f_square = Fraction(n, m)
341-
342340
d_mid = (Decimal(n) / Decimal(m)).sqrt()
343341
f_mid = Fraction(*d_mid.as_integer_ratio())
344342

0 commit comments

Comments
 (0)