Skip to content

Commit 042c3ae

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d530091 commit 042c3ae

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

mypy/stubinfo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def stub_distribution_name(module: str) -> str | None:
1919

2020
return None
2121

22+
2223
# Map package name to PyPI stub distribution name from typeshed.
2324
# Stubs for these packages were never bundled with mypy. Don't
2425
# include packages that have a release that includes PEP 561 type

mypy/test/teststubinfo.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
import unittest
44

5-
from mypy.stubinfo import (
6-
non_bundled_packages_flat,
7-
stub_distribution_name,
8-
)
5+
from mypy.stubinfo import non_bundled_packages_flat, stub_distribution_name
96

107

118
class TestStubInfo(unittest.TestCase):

0 commit comments

Comments
 (0)