mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 10:51:53 +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__)
|
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):
|
class JWK(json_util.TypedJSONObjectWithFields):
|
||||||
# pylint: disable=too-few-public-methods
|
# pylint: disable=too-few-public-methods
|
||||||
"""JSON Web Key."""
|
"""JSON Web Key."""
|
||||||
|
|||||||
Reference in New Issue
Block a user