We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3facd78 commit 47b820cCopy full SHA for 47b820c
mypy/stubinfo.py
@@ -16,8 +16,6 @@ def stub_distribution_name(prefix: str) -> str:
16
# Stubs for these third-party packages used to be shipped with mypy.
17
#
18
# Map package name to PyPI stub distribution name.
19
-#
20
-# Package name can have one or two components ('a' or 'a.b').
21
legacy_bundled_packages = {
22
"aiofiles": "types-aiofiles",
23
"bleach": "types-bleach",
0 commit comments