Skip to content

Commit 2bd5b64

Browse files
committed
remove comment
1 parent f88e7b0 commit 2bd5b64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mypy/build.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3415,8 +3415,6 @@ def find_module_and_diagnose(
34153415
if not (ignore_missing_imports or in_partial_package(id, manager)):
34163416
module_not_found(manager, caller_line, caller_state, id, result)
34173417
elif result is ModuleNotFoundReason.APPROVED_STUBS_NOT_INSTALLED:
3418-
# Even when ignoring missing imports, track approved stub packages
3419-
# so that --install-types can still install them.
34203418
dist = stub_distribution_name(id)
34213419
if dist:
34223420
manager.missing_stub_packages.add(dist)

0 commit comments

Comments
 (0)