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 3732e79 commit c275e9dCopy full SHA for c275e9d
src/pip/_internal/req/req_install.py
@@ -37,7 +37,6 @@
37
from pip._internal.utils.ui import open_spinner
38
from pip._internal.utils.virtualenv import running_under_virtualenv
39
from pip._internal.vcs import vcs
40
-from pip._internal.wheel import move_wheel_files
41
42
if MYPY_CHECK_RUNNING:
43
from typing import (
@@ -451,7 +450,7 @@ def move_wheel_files(
451
450
pycompile=True # type: bool
452
):
453
# type: (...) -> None
454
- move_wheel_files(
+ wheel.move_wheel_files(
455
self.name, self.req, wheeldir,
456
user=use_user_site,
457
home=home,
0 commit comments