Skip to content

Commit

Permalink
Revert undesired change to pip_shims
Browse files Browse the repository at this point in the history
As discussed in the review, pip-shims of specifying what the pip module is.
  • Loading branch information
oz123 committed Jul 27, 2022
1 parent e532fb5 commit 89e6ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/vendor/pip_shims/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(
version,
round_prereleases_up=True,
base_import_path=None,
vendor_import_path="pipenv.patched.notpip._vendor",
vendor_import_path="pip._vendor",
):
# type: (str, bool, Optional[str], str) -> None
self.version = version
Expand Down

0 comments on commit 89e6ac1

Please sign in to comment.