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 99cc86c commit 260c1baCopy full SHA for 260c1ba
stdlib/3/concurrent/futures/process.pyi
@@ -8,7 +8,7 @@ EXTRA_QUEUED_CALLS = ... # type: Any
8
9
class BrokenProcessPool(RuntimeError): ...
10
11
-if sys.version_info >= (3,6):
+if sys.version_info >= (3, 6):
12
class ProcessPoolExecutor(Executor[ProcessPoolExecutor]):
13
def __init__(self, max_workers: Optional[int] = ...) -> None: ...
14
0 commit comments