Skip to content

Commit

Permalink
Corrected import
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Jan 24, 2024
1 parent b285868 commit 844796a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/vendor/pythonfinder/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def get_python_version(path) -> str:


def parse_python_version(version_str: str) -> dict[str, str | int | Version]:
from packaging.version import parse as parse_version
from pipenv.patched.pip._vendor.packaging.version import parse as parse_version

is_debug = False
if version_str.endswith("-debug"):
Expand Down

0 comments on commit 844796a

Please sign in to comment.