mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-18 01:46:09 +00:00
[CI] Format code according to conventions (#12363)
* Format code according to conventions * Update lib/python/qmk/cli/generate/api.py * Update lib/python/qmk/cli/generate/api.py Co-authored-by: QMK Bot <hello@qmk.fm> Co-authored-by: Zach White <skullydazed@gmail.com>
This commit is contained in:
parent
97a73637e0
commit
54b80ecf9f
1 changed files with 5 additions and 5 deletions
|
@ -71,6 +71,6 @@ def generate_api(cli):
|
|||
'last_updated': current_datetime(),
|
||||
'keyboards': keyboard_list,
|
||||
'keyboard_aliases': keyboard_aliases,
|
||||
'usb': usb_list
|
||||
'usb': usb_list,
|
||||
}
|
||||
keyboard_metadata_file.write_text(json.dumps(keyboard_metadata, cls=InfoJSONEncoder))
|
||||
|
|
Loading…
Reference in a new issue