From d4f774ad722a1063fe2c2cdb41664a3e0c9acdeb Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 27 Aug 2024 14:42:22 +0200 Subject: [PATCH] quality: fix typing issue --- src/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.py b/src/app.py index 24b78fb37..c2d930bc9 100644 --- a/src/app.py +++ b/src/app.py @@ -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]: