Skip to content

Commit c9df101

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mypy/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,9 @@ def read_types_packages_to_install(cache_dir: str, after_run: bool) -> list[str]
15481548
+ "(and no cache from previous mypy run)\n"
15491549
)
15501550
else:
1551-
sys.stderr.write("error: --install-types failed (an error blocked analysis of which types to install)\n")
1551+
sys.stderr.write(
1552+
"error: --install-types failed (an error blocked analysis of which types to install)\n"
1553+
)
15521554
fnam = build.missing_stubs_file(cache_dir)
15531555
if not os.path.isfile(fnam):
15541556
# No missing stubs.

0 commit comments

Comments
 (0)