mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:19:11 +02:00
Quickfix too-many-instance-attributes.
https://github.com/letsencrypt/letsencrypt/pull/2135#issuecomment-170381179
This commit is contained in:
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user