mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Merge pull request #241 from letsencrypt/cleanup
Remove IAuthenticator from client.py
This commit is contained in:
commit
050c29912d
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ class Client(object):
|
|||
:type config: :class:`~letsencrypt.client.interfaces.IConfig`
|
||||
|
||||
"""
|
||||
zope.interface.implements(interfaces.IAuthenticator)
|
||||
|
||||
def __init__(self, config, authkey, dv_auth, installer):
|
||||
"""Initialize a client.
|
||||
|
|
|
|||
Loading…
Reference in a new issue