Skip to content

Commit 1970a00

Browse files
fix stray newline
Co-authored-by: Peter Bierma <[email protected]>
1 parent d7a47bf commit 1970a00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_threading.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2241,7 +2241,6 @@ def __init__(self, a, *, b) -> None:
22412241

22422242
with warnings.catch_warnings(record=True) as warnings_log:
22432243
CustomRLock(1, b=2)
2244-
22452244
self.assertEqual(warnings_log, [])
22462245

22472246
class EventTests(lock_tests.EventTests):

0 commit comments

Comments
 (0)