remove reference to acme.magic_typing from docs (#8709)

This commit is contained in:
Brad Warren
2021-03-09 16:53:44 -08:00
committed by GitHub
parent 67b65bb2c0
commit f2d8c81e9b
-7
View File
@@ -478,13 +478,6 @@ to start contributing to Certbot.
To run mypy on Certbot, use ``tox -e mypy`` on a machine that has Python 3 installed. To run mypy on Certbot, use ``tox -e mypy`` on a machine that has Python 3 installed.
Note that instead of just importing ``typing``, due to packaging issues, in Certbot we import from
``acme.magic_typing`` and have to add some comments for pylint like this:
.. code-block:: python
from acme.magic_typing import Dict
Also note that OpenSSL, which we rely on, has type definitions for crypto but not SSL. We use both. Also note that OpenSSL, which we rely on, has type definitions for crypto but not SSL. We use both.
Those imports should look like this: Those imports should look like this: