Skip to content

Commit da6e4a0

Browse files
stubinfo: remove two obsolete packages (#14842)
Fixes #14841. `types-backports` is obsolete and leads to incorrect suggestions; see the issue. `types-backports_abc` was removed from typeshed in python/typeshed#7533.
1 parent a5d03e2 commit da6e4a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mypy/stubinfo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ def stub_package_name(prefix: str) -> str:
2020
# Package name can have one or two components ('a' or 'a.b').
2121
legacy_bundled_packages = {
2222
"aiofiles": "types-aiofiles",
23-
"backports": "types-backports",
24-
"backports_abc": "types-backports_abc",
2523
"bleach": "types-bleach",
2624
"boto": "types-boto",
2725
"cachetools": "types-cachetools",

0 commit comments

Comments
 (0)