mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Restore deleted line
This commit is contained in:
parent
dc362dd636
commit
23cdf91b01
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue