Skip to content

Commit 4cd5b98

Browse files
committed
Drop pkg_resources from stubinfo
Fixes #18839
1 parent 60f00f3 commit 4cd5b98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/stubinfo.py

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def stub_distribution_name(module: str) -> str | None:
4747
"mock": "types-mock",
4848
"OpenSSL": "types-pyOpenSSL",
4949
"paramiko": "types-paramiko",
50-
"pkg_resources": "types-setuptools",
5150
"polib": "types-polib",
5251
"pycurl": "types-pycurl",
5352
"pymysql": "types-PyMySQL",

0 commit comments

Comments
 (0)