We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d035c6b commit cf1d9f1Copy full SHA for cf1d9f1
Lib/test/test_concurrent_futures/test_thread_pool.py
@@ -80,10 +80,8 @@ def fork_process_and_return_exitcode():
80
81
with futures.ThreadPoolExecutor(1) as pool:
82
process_exitcode = pool.submit(fork_process_and_return_exitcode).result()
83
-
84
- self.assertEqual(process_exitcode, 0)
85
86
+ self.assertEqual(process_exitcode, 0)
87
88
def test_executor_map_current_future_cancel(self):
89
stop_event = threading.Event()
0 commit comments