Restore deleted line

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

View file

@ -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)