mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Disable spurious error
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user