do some optimizing
This commit is contained in:
parent
4f20c94b97
commit
07b8035ba9
2 changed files with 25 additions and 8 deletions
|
@ -12,6 +12,7 @@ from qmk.keymap import list_keymaps
|
|||
from qmk.metadata import basic_info_json, info_log_error
|
||||
|
||||
|
||||
@lru_cache(maxsize=None)
|
||||
def _valid_community_layout(layout):
|
||||
"""Validate that a declared community list exists
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue