mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 12:21:51 +02:00
Quickfix for misterious abstract-class-little-used
This commit is contained in:
@@ -21,6 +21,12 @@ 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