mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
lint
This commit is contained in:
parent
4090085b17
commit
7a9ceaae2e
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ class ACMEServerMixinTest(unittest.TestCase):
|
|||
from acme.standalone import ACMEServerMixin
|
||||
|
||||
class _MockHandler(socketserver.BaseRequestHandler):
|
||||
# pylint: disable=missing-docstring,no-member,no-init
|
||||
|
||||
def handle(self):
|
||||
self.request.sendall(b"DONE")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue