mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-02 10:40:43 +02:00
make flake8 happy
This commit is contained in:
parent
f394f23ac6
commit
243fc17e41
@ -41,7 +41,7 @@ def create_validator(schema):
|
|||||||
"""
|
"""
|
||||||
schema_store = {}
|
schema_store = {}
|
||||||
|
|
||||||
for schema_file in Path(f'data/schemas/').glob('*.jsonschema'):
|
for schema_file in Path('data/schemas').glob('*.jsonschema'):
|
||||||
schema_data = load_jsonschema(schema_file)
|
schema_data = load_jsonschema(schema_file)
|
||||||
if not isinstance(schema_data, dict):
|
if not isinstance(schema_data, dict):
|
||||||
cli.log.debug('Skipping schema file %s', schema_file)
|
cli.log.debug('Skipping schema file %s', schema_file)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user