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 7fe29a4 commit 2e39f53Copy full SHA for 2e39f53
src/pip/_internal/req/__init__.py
@@ -86,10 +86,10 @@ def install_given_reqs(
86
87
88
def __safe_pool_map(
89
- func, # type: Callable
+ func, # type: Callable[[Any], Any]
90
iterable, # type: Iterable[Any]
91
):
92
- # type: (...) -> Optional[List[None, InstallationResult, BaseException]]
+ # type: (...) -> Optional[List[Any]]
93
"""
94
Safe call to Pool map, if Pool is not available return None
95
0 commit comments