From 23cdf91b0198ce8d4a034aea04f95406795b7c5f Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 15 Oct 2023 16:49:55 +0200 Subject: [PATCH] Restore deleted line --- src/utils/resources.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/resources.py b/src/utils/resources.py index ba1a915e4..87f6ae368 100644 --- a/src/utils/resources.py +++ b/src/utils/resources.py @@ -1086,6 +1086,7 @@ class AptDependenciesAppResource(AppResource): packages: List = [] packages_from_raw_bash: str = "" extras: Dict[str, Dict[str, Union[str, List]]] = {} + def __init__(self, properties: Dict[str, Any], *args, **kwargs): super().__init__(properties, *args, **kwargs)