8000 fix whitespace issue causing the lint check to fail · python/cpython@5066492 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5066492

Browse files
authored
fix whitespace issue causing the lint check to fail
1 parent 11b5a71 commit 5066492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_traceback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,7 @@ def h(count=10):
19941994
expected = self._maybe_filter_debug_ranges((tb_line + result_g).splitlines())
19951995
actual = stderr_g.getvalue().splitlines()
19961996
self.assertEqual(actual, expected)
1997-
1997+
19981998
@requires_debug_ranges()
19991999
def test_recursive_traceback(self):
20002000
if self.DEBUG_RANGES:

0 commit comments

Comments
 (0)
0