Skip to content

Commit 79b48aa

Browse files
committed
Fix contextlib2 vendoring
1 parent 3b22ce2 commit 79b48aa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/pip/_vendor/contextlib2.pyi

-1
This file was deleted.

tools/automation/vendoring/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ def update_stubs(ctx):
280280
],
281281
# Some projects should not have stubs coz they're single file modules
282282
"appdirs": [],
283+
"contextlib2": [],
283284
}
284285

285286
for lib in vendored_libs:

0 commit comments

Comments
 (0)