mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
remove disable pylint from file
This commit is contained in:
parent
d6026d7573
commit
bdcf8fc91e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue