Update src/utils/resources.py

This commit is contained in:
Alexandre Aubin 2023-10-16 15:49:12 +02:00 committed by GitHub
parent 23cdf91b01
commit 662998a1ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1086,7 +1086,6 @@ class AptDependenciesAppResource(AppResource):
packages: List = [] packages: List = []
packages_from_raw_bash: str = "" packages_from_raw_bash: str = ""
extras: Dict[str, Dict[str, Union[str, List]]] = {} extras: Dict[str, Dict[str, Union[str, List]]] = {}
def __init__(self, properties: Dict[str, Any], *args, **kwargs): def __init__(self, properties: Dict[str, Any], *args, **kwargs):
super().__init__(properties, *args, **kwargs) super().__init__(properties, *args, **kwargs)