mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
quality: fix typing issue
This commit is contained in:
parent
d8ab3e68a9
commit
d4f774ad72
1 changed files with 1 additions and 1 deletions
|
@ -2075,7 +2075,7 @@ ynh_app_config_run $1
|
|||
|
||||
|
||||
app_settings_cache: Dict[str, Dict[str, Any]] = {}
|
||||
app_settings_cache_timestamp: Dict[str, int] = {}
|
||||
app_settings_cache_timestamp: Dict[str, float] = {}
|
||||
|
||||
|
||||
def _get_app_settings(app: str) -> Dict[str, Any]:
|
||||
|
|
Loading…
Add table
Reference in a new issue