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 d530091 commit 042c3aeCopy full SHA for 042c3ae
mypy/stubinfo.py
@@ -19,6 +19,7 @@ def stub_distribution_name(module: str) -> str | None:
19
20
return None
21
22
+
23
# Map package name to PyPI stub distribution name from typeshed.
24
# Stubs for these packages were never bundled with mypy. Don't
25
# include packages that have a release that includes PEP 561 type
mypy/test/teststubinfo.py
@@ -2,10 +2,7 @@
2
3
import unittest
4
5
-from mypy.stubinfo import (
6
- non_bundled_packages_flat,
7
- stub_distribution_name,
8
-)
+from mypy.stubinfo import non_bundled_packages_flat, stub_distribution_name
9
10
11
class TestStubInfo(unittest.TestCase):
0 commit comments