Skip to content

Commit

Permalink
Vendoring: remove tomli in favor of pip's own _vendor/tomli
Browse files Browse the repository at this point in the history
See #5174
  • Loading branch information
oz123 committed Jul 30, 2022
1 parent 3936533 commit 9409f37
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 800 deletions.
4 changes: 2 additions & 2 deletions pipenv/vendor/pep517/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ def read_json(path):
from pipenv.vendor.toml import load as toml_load # noqa: F401
from pipenv.vendor.toml import TomlDecodeError as TOMLDecodeError # noqa: F401
else:
from pipenv.vendor.tomli import load as toml_load # noqa: F401
from pipenv.vendor.tomli import TOMLDecodeError # noqa: F401
from pipenv.patched.pip._vendor.tomli import load as toml_load # noqa: F401
from pipenv.patched.pip._vendor.tomli import TOMLDecodeError # noqa: F401
21 changes: 0 additions & 21 deletions pipenv/vendor/tomli/LICENSE

This file was deleted.

6 changes: 0 additions & 6 deletions pipenv/vendor/tomli/__init__.py

This file was deleted.

Loading

0 comments on commit 9409f37

Please sign in to comment.