Skip to content

Commit

Permalink
fix: typo pipevn->pipenv
Browse files Browse the repository at this point in the history
Signed-off-by: Oz Tiram <[email protected]>
  • Loading branch information
oz123 committed Dec 12, 2024
1 parent 2c0a948 commit 1ba2737
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipenv/routines/outdated.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
from collections import namedtuple
from collections.abc import Mapping

from pipevn.utils import console, err

from pipenv.patched.pip._vendor.packaging.utils import canonicalize_name
from pipenv.patched.pip._vendor.packaging.version import parse as parse_version
from pipenv.routines.lock import do_lock
from pipenv.utils import console, err
from pipenv.utils.dependencies import (
as_pipfile,
expansive_install_req_from_line,
Expand Down

0 comments on commit 1ba2737

Please sign in to comment.