Skip to content

Commit

Permalink
Drop a useless import in favor of explicitness
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored and xavfernandez committed Jul 20, 2019
1 parent 3732e79 commit c275e9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pip/_internal/req/req_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
from pip._internal.utils.ui import open_spinner
from pip._internal.utils.virtualenv import running_under_virtualenv
from pip._internal.vcs import vcs
from pip._internal.wheel import move_wheel_files

if MYPY_CHECK_RUNNING:
from typing import (
Expand Down Expand Up @@ -451,7 +450,7 @@ def move_wheel_files(
pycompile=True # type: bool
):
# type: (...) -> None
move_wheel_files(
wheel.move_wheel_files(
self.name, self.req, wheeldir,
user=use_user_site,
home=home,
Expand Down

0 comments on commit c275e9d

Please sign in to comment.