Quickfix too-many-instance-attributes.

https://github.com/letsencrypt/letsencrypt/pull/2135#issuecomment-170381179
This commit is contained in:
Jakub Warmuz 2016-01-10 18:47:04 +00:00
parent 0a536d50be
commit bdd9fa4485
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -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'