Skip to content

Commit 9f528c7

Browse files
committed
Remove change in list.py
1 parent 4713c6d commit 9f528c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/pip/_internal/commands/list.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,7 @@ def handle_pip_version_check(self, options: Values) -> None:
143143
super().handle_pip_version_check(options)
144144

145145
def _build_package_finder(
146-
self,
147-
options: Values,
148-
session: PipSession,
146+
self, options: Values, session: PipSession
149147
) -> PackageFinder:
150148
"""
151149
Create a package finder appropriate to this list command.

0 commit comments

Comments
 (0)