mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Remove new_account check for coverage.
This commit is contained in:
parent
d17340f23b
commit
5c5cd489bc
1 changed files with 0 additions and 3 deletions
|
|
@ -541,9 +541,6 @@ class ClientV2(ClientBase):
|
|||
:ivar .ClientNetwork net: Client network.
|
||||
"""
|
||||
super(ClientV2, self).__init__(directory=directory, net=net)
|
||||
if not hasattr(self.directory, 'new_account'):
|
||||
raise errors.ClientError('ClientV2 initialized with a directory '
|
||||
'that does not support ACME v2')
|
||||
|
||||
def new_account(self, new_account):
|
||||
"""Register.
|
||||
|
|
|
|||
Loading…
Reference in a new issue