mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:19:11 +02:00
Revert "Quickfix for misterious abstract-class-little-used"
This reverts commit 01bc073111.
This commit is contained in:
@@ -21,12 +21,6 @@ from acme.jose import util
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
# TODO: bug in pylint?
|
||||
# ************* Module acme.challenges
|
||||
# R:153, 0: Abstract class is only referenced 1 times (abstract-class-little-used)
|
||||
# pylint: disable=abstract-class-little-used
|
||||
|
||||
|
||||
class JWK(json_util.TypedJSONObjectWithFields):
|
||||
# pylint: disable=too-few-public-methods
|
||||
"""JSON Web Key."""
|
||||
|
||||
Reference in New Issue
Block a user