Skip to content

Commit 260c1ba

Browse files
committed
Fix flake8 complaint.
1 parent 99cc86c commit 260c1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/3/concurrent/futures/process.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EXTRA_QUEUED_CALLS = ... # type: Any
88

99
class BrokenProcessPool(RuntimeError): ...
1010

11-
if sys.version_info >= (3,6):
11+
if sys.version_info >= (3, 6):
1212
class ProcessPoolExecutor(Executor[ProcessPoolExecutor]):
1313
def __init__(self, max_workers: Optional[int] = ...) -> None: ...
1414

0 commit comments

Comments
 (0)