From f53dca93c0aad9c47198062e4ee9e051d4e836fe Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 13 Sep 2023 16:57:04 +0200 Subject: [PATCH] Fix lint --- certbot/certbot/plugins/dns_test_common_lexicon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/certbot/plugins/dns_test_common_lexicon.py b/certbot/certbot/plugins/dns_test_common_lexicon.py index 37538f225..f1de1b76e 100644 --- a/certbot/certbot/plugins/dns_test_common_lexicon.py +++ b/certbot/certbot/plugins/dns_test_common_lexicon.py @@ -77,7 +77,7 @@ class _LexiconAwareTestCase(Protocol): # pylint: disable=no-member class BaseLexiconAuthenticatorTest(dns_test_common.BaseAuthenticatorTest): # pragma: no cover - + @test_util.patch_display_util() def test_perform(self: _AuthenticatorCallableLexiconTestCase, unused_mock_get_utility: Any) -> None: