mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Quickfix too-many-instance-attributes.
https://github.com/letsencrypt/letsencrypt/pull/2135#issuecomment-170381179
This commit is contained in:
parent
0a536d50be
commit
bdd9fa4485
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ class Client(object): # pylint: disable=too-many-instance-attributes
|
|||
'Successful revocation must return HTTP OK status')
|
||||
|
||||
|
||||
class ClientNetwork(object):
|
||||
class ClientNetwork(object): # pylint: disable=too-many-instance-attributes
|
||||
"""Client network."""
|
||||
JSON_CONTENT_TYPE = 'application/json'
|
||||
JSON_ERROR_CONTENT_TYPE = 'application/problem+json'
|
||||
|
|
|
|||
Loading…
Reference in a new issue