Skip to content

Commit 912b451

Browse files
committed
chore: remove tomli search and replase from vendoring task
Signed-off-by: Oz Tiram <[email protected]>
1 parent 8281885 commit 912b451

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/vendoring/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
"from pipenv.patched.pip._vendor.platformdirs import user_cache_dir",
8686
),
8787
("from distlib import", "from pipenv.patched.pip._vendor.distlib import"),
88-
(" import tomli", " from pipenv.patched.pip._vendor import tomli"),
8988
(
9089
"from distlib.metadata import",
9190
"from pipenv.patched.pip._vendor.distlib.metadata import",

0 commit comments

Comments
 (0)