Deprecate acme.typing_magic module, stop using it in certbot (#8643)

* Deprecate acme.magic_typing, stop to use it in certbot

* Isort

* Add a changelog entry

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Adrien Ferrand
2021-03-09 16:12:32 -08:00
committed by GitHub
co-authored by Brad Warren
parent 76895457c9
commit 67b65bb2c0
65 changed files with 165 additions and 145 deletions
@@ -3,9 +3,10 @@ import copy
import fnmatch
import logging
import re
from typing import Dict
from typing import List
from acme.magic_typing import Dict
from acme.magic_typing import List
from certbot import errors
from certbot.compat import os
from certbot_apache._internal import apache_util