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/