Skip to content

Commit a0fb874

Browse files
Apply suggestion from @skirpichev
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
1 parent 1ca8d09 commit a0fb874

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_random.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,6 @@ def test_avg_std(self):
10751075
msg='%s%r' % (variate.__name__, args))
10761076
self.assertAlmostEqual(s2/(N-1), sigmasqrd, places=2,
10771077
msg='%s%r' % (variate.__name__, args))
1078-
10791078
def test_binomialvariate_log_zero(self):
10801079
# gh-149222: Variety random() return 0.0 no input Error
10811080
with unittest.mock.patch.object(random.Random, 'random', return_value=0.0):

0 commit comments

Comments
 (0)