Skip to content

Commit 7686ba5

Browse files
committed
Fix whitespace
1 parent 3f03bd7 commit 7686ba5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Lib/concurrent/futures/process.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
import sys
6060
import traceback
6161

62+
6263
_threads_wakeups = weakref.WeakKeyDictionary()
6364
_global_shutdown = False
6465

Lib/concurrent/futures/thread.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import weakref
1414
import os
1515

16+
1617
_threads_queues = weakref.WeakKeyDictionary()
1718
_shutdown = False
1819
# Lock that ensures that new workers are not created while the interpreter is

0 commit comments

Comments
 (0)