do some optimizing

This commit is contained in:
Zach White 2021-06-26 20:22:49 -07:00
parent 4f20c94b97
commit 07b8035ba9
2 changed files with 25 additions and 8 deletions

View file

@ -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
"""