Skip to content

Commit 2c48eae

Browse files
authored
Removed whitespace.
1 parent d07ddb4 commit 2c48eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_fstring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ def test_syntax_error_after_debug(self):
15481548
"f'{1=}{1;'",
15491549
"f'{1=}{1;}'",
15501550
])
1551-
1551+
15521552
def test_nested_fstring_max_stack_level(self):
15531553
with self.assertRaises(SyntaxError):
15541554
compile('f"{1 1:' + ('{f"1:' * 199), "?", "exec")

0 commit comments

Comments
 (0)