Update certbot/certbot/plugins/dns_common_lexicon.py

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Adrien Ferrand 2023-09-25 16:11:51 +02:00 committed by GitHub
parent e8516637e0
commit 49f7165042
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: