Skip to content

Commit 47b820c

Browse files
committed
remove comment
1 parent 3facd78 commit 47b820c

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
@@ -16,8 +16,6 @@ def stub_distribution_name(prefix: str) -> str:
1616
# Stubs for these third-party packages used to be shipped with mypy.
1717
#
1818
# Map package name to PyPI stub distribution name.
19-
#
20-
# Package name can have one or two components ('a' or 'a.b').
2119
legacy_bundled_packages = {
2220
"aiofiles": "types-aiofiles",
2321
"bleach": "types-bleach",

0 commit comments

Comments
 (0)