Skip to content

Commit 86de37b

Browse files
respond to review comments
1 parent 3591a55 commit 86de37b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pip/_internal/operations/prepare.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,11 @@ def _fetch_metadata_only(
356356
)
357357
return None
358358
# Try PEP 658 metadata first, then fall back to lazy wheel if unavailable.
359-
return self._fetch_metadata_using_pep_658(
359+
return self._fetch_metadata_using_link_data_attr(
360360
req
361361
) or self._fetch_metadata_using_lazy_wheel(req.link)
362362

363-
def _fetch_metadata_using_pep_658(
363+
def _fetch_metadata_using_link_data_attr(
364364
self,
365365
req: InstallRequirement,
366366
) -> Optional[BaseDistribution]:

0 commit comments

Comments
 (0)