mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Update certbot/certbot/plugins/dns_common_lexicon.py
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
e8516637e0
commit
49f7165042
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class LexiconClient: # pragma: no cover
|
|||
Encapsulates all communication with a DNS provider via Lexicon.
|
||||
|
||||
.. deprecated:: 2.7.0
|
||||
Please use certbot.dns_common_lexicon.LexiconDNSAuthenticator instead.
|
||||
Please use certbot.plugins.dns_common_lexicon.LexiconDNSAuthenticator instead.
|
||||
"""
|
||||
|
||||
def __init__(self) -> None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue