mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +02:00
lint
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user