mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Remove extra blank line accidentally introduced in r75885
This commit is contained in:
parent
035265540a
commit
70ec8ee2ed
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ class GeneralFloatCases(unittest.TestCase):
|
||||||
float('.' + '1'*1000)
|
float('.' + '1'*1000)
|
||||||
|
|
||||||
@support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE')
|
@support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE')
|
||||||
|
|
||||||
def test_float_with_comma(self):
|
def test_float_with_comma(self):
|
||||||
# set locale to something that doesn't use '.' for the decimal point
|
# set locale to something that doesn't use '.' for the decimal point
|
||||||
# float must not accept the locale specific decimal point but
|
# float must not accept the locale specific decimal point but
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue