Skip to content

Commit 152c675

Browse files
authored
cleanup
1 parent eeb8e6a commit 152c675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/_test_multiprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3889,7 +3889,7 @@ def test_context(self):
38893889
self.assertTrue(b.closed)
38903890
self.assertRaises(OSError, a.recv)
38913891
self.assertRaises(OSError, b.recv)
3892-
3892+
38933893
@warnings_helper.ignore_fork_in_thread_deprecation_warnings()
38943894
def test_wait_empty(self):
38953895
# gh-145587: wait() with empty list should respect timeout

0 commit comments

Comments
 (0)