File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -694,7 +694,7 @@ See :ref:`ignore-missing-imports` for how to work around these errors.
694694.. _code-import-untyped :
695695
696696Check that import target can be found [import-untyped]
697- --------------------------------------------------------
697+ ------------------------------------------------------
698698
699699Mypy generates an error if it can find the source code for an imported module,
700700but that module does not provide type annotations (via :ref: `PEP 561 <installed-packages >`).
@@ -714,7 +714,7 @@ stub package. See :ref:`ignore-missing-imports` for more details.
714714.. _code-import-untyped-stubs-available :
715715
716716Check that import target with known stubs can be found [import-untyped-stubs-available]
717- --------------------------------------------------------
717+ ---------------------------------------------------------------------------------------
718718
719719Like :ref: `code-import-untyped `, but used when mypy knows there is an appropriate
720720type stub package corresponding to the library, which you could install.
You can’t perform that action at this time.
0 commit comments