remove disable pylint from file

This commit is contained in:
James Kasten 2015-04-27 13:14:39 -07:00
parent d6026d7573
commit bdcf8fc91e

View file

@ -10,7 +10,7 @@ from letsencrypt.client import achallenges
from letsencrypt.client import constants
from letsencrypt.client import errors
# pylint: disable=too-many-instance-attributes, too-few-public-methods
class AuthHandler(object):
"""ACME Authorization Handler for a client.