From 9d94fb414ba3bceecd41cc3f841d0142994a7886 Mon Sep 17 00:00:00 2001 From: Matan Gover Date: Wed, 11 Nov 2020 22:24:11 +0100 Subject: [PATCH] Remove outdated paragraph about dmypy not supporting follow-imports=normal #8930 presumably forgot to remove this paragraph at the bottom of the page. --- docs/source/mypy_daemon.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/source/mypy_daemon.rst b/docs/source/mypy_daemon.rst index 85758d4cd898..29b554db82a9 100644 --- a/docs/source/mypy_daemon.rst +++ b/docs/source/mypy_daemon.rst @@ -246,14 +246,6 @@ command. .. TODO: Add similar sections about go to definition, find usages, and reveal type when added, and then move this to a separate file. -Limitations -*********** - -* You have to use either the :option:`--follow-imports=error ` or - the :option:`--follow-imports=skip ` option because of an implementation - limitation. This can be defined - through the command line or through a - :ref:`configuration file `. .. _watchman: https://facebook.github.io/watchman/ .. _watchdog: https://pypi.org/project/watchdog/