File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -665,7 +665,7 @@ See :ref:`ignore-missing-imports` for how to work around these errors.
665665.. _code-import-untyped :
666666
667667Check that import target can be found [import-untyped]
668- --------------------------------------------------------
668+ ------------------------------------------------------
669669
670670Mypy generates an error if it can find the source code for an imported module,
671671but that module does not provide type annotations (via :ref: `PEP 561 <installed-packages >`).
@@ -685,7 +685,7 @@ stub package. See :ref:`ignore-missing-imports` for more details.
685685.. _code-import-untyped-stubs-available :
686686
687687Check that import target with known stubs can be found [import-untyped-stubs-available]
688- --------------------------------------------------------
688+ ---------------------------------------------------------------------------------------
689689
690690Like :ref: `code-import-untyped `, but used when mypy knows there is an appropriate
691691type stub package corresponding to the library, which you could install.
You can’t perform that action at this time.
0 commit comments