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 4713c6d commit 9f528c7Copy full SHA for 9f528c7
src/pip/_internal/commands/list.py
@@ -143,9 +143,7 @@ def handle_pip_version_check(self, options: Values) -> None:
143
super().handle_pip_version_check(options)
144
145
def _build_package_finder(
146
- self,
147
- options: Values,
148
- session: PipSession,
+ self, options: Values, session: PipSession
149
) -> PackageFinder:
150
"""
151
Create a package finder appropriate to this list command.
0 commit comments