mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Disable spurious error
This commit is contained in:
parent
14b8f427a2
commit
f6207cc62a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import jsonschema
|
|||
from letsencrypt.client import crypto_util
|
||||
from letsencrypt.client import le_util
|
||||
|
||||
|
||||
# pylint: disable=no-member
|
||||
SCHEMATA = dict([
|
||||
(schema, json.load(open(pkg_resources.resource_filename(
|
||||
__name__, "schemata/%s.json" % schema)))) for schema in [
|
||||
|
|
|
|||
Loading…
Reference in a new issue