diff --git a/src/utils/resources.py b/src/utils/resources.py index dfb6d48ed..2a5998317 100644 --- a/src/utils/resources.py +++ b/src/utils/resources.py @@ -143,7 +143,7 @@ class AppResource: type: str = "" default_properties: Dict[str, Any] = {} - def __init__(self, properties: Dict[str, Any], app: str, manager=None): + def __init__(self, properties: Dict[str, Any], app: str, manager: AppResourceManager): self.app = app self.manager = manager properties = self.default_properties | properties