Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70ec8ee

Browse files
committed
Remove extra blank line accidentally introduced in r75885
1 parent 0352655 commit 70ec8ee

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_float.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def test_float(self):
3939
float('.' + '1'*1000)
4040

4141
@support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE')
42-
4342
def test_float_with_comma(self):
4443
# set locale to something that doesn't use '.' for the decimal point
4544
# float must not accept the locale specific decimal point but

0 commit comments

Comments
 (0)