Skip to content

Commit c9ae051

Browse files
Remove blank line
1 parent 06fe751 commit c9ae051

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_stackrefs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def run_with_refcount_check(self, func, obj):
4040
self.assertGreater(refcount, self.BIG_REFCOUNT)
4141
self.assertIn(flags, (1, -1))
4242
results.add((refcount, flags))
43-
4443
self.assertEqual(len(results), 1)
4544

4645
mortal_objs = (object(), range(10), iter([1, 2, 3]))

0 commit comments

Comments
 (0)