quality: fix typing issue

This commit is contained in:
Alexandre Aubin 2024-08-27 14:42:22 +02:00
parent d8ab3e68a9
commit d4f774ad72

View file

@ -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]: