fix: do not cache load_all_modules_configs, it is dynamic

pull/17/head
Raphaël Vinot 2022-01-04 14:11:30 +01:00
parent a8b62cff9c
commit 240fafa110
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ def get_modules() -> List[Path]:
return [modulepath for modulepath in get_modules_dir().glob('*.json')]
@lru_cache(64)
def load_all_modules_configs() -> Dict[str, Dict]:
configs = {}
for p in get_modules():