Skip to content

Commit 757bd88

Browse files
committed
Fix the blank line issue in test_builtin.py
1 parent 0256904 commit 757bd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_builtin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ def test_filter_dealloc(self):
11321132
del i
11331133
gc.collect()
11341134

1135-
1135+
11361136
def test_filter_deep_nesting_recursion_error(self):
11371137
# gh-137894: Test that deeply nested filter() iterator chains
11381138
# raise RecursionError instead of causing segmentation fault.

0 commit comments

Comments
 (0)