From f2d8c81e9b8165a37c27641a49b447e55921147e Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 9 Mar 2021 16:53:44 -0800 Subject: [PATCH] remove reference to acme.magic_typing from docs (#8709) --- certbot/docs/contributing.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/certbot/docs/contributing.rst b/certbot/docs/contributing.rst index def2c7fcd..13ac5ed68 100644 --- a/certbot/docs/contributing.rst +++ b/certbot/docs/contributing.rst @@ -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. -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. Those imports should look like this: