From 662998a1ab229f1c3cd2cdb736149fb3589aa23d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:49:12 +0200 Subject: [PATCH] Update src/utils/resources.py --- src/utils/resources.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/resources.py b/src/utils/resources.py index 87f6ae368..ba1a915e4 100644 --- a/src/utils/resources.py +++ b/src/utils/resources.py @@ -1086,7 +1086,6 @@ 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)