mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Fix lint
This commit is contained in:
parent
38afabffcd
commit
f53dca93c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue