mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
quality: ignore complain from mypy
This commit is contained in:
parent
42d74bfa3d
commit
7d2ecc358e
1 changed files with 1 additions and 1 deletions
|
@ -1063,7 +1063,7 @@ class AptDependenciesAppResource(AppResource):
|
|||
|
||||
for key, values in self.extras.items():
|
||||
if isinstance(values.get("packages"), str):
|
||||
values["packages"] = [value.strip() for value in values["packages"].split(",")]
|
||||
values["packages"] = [value.strip() for value in values["packages"].split(",")] # type: ignore
|
||||
|
||||
if not isinstance(values.get("repo"), str) \
|
||||
or not isinstance(values.get("key"), str) \
|
||||
|
|
Loading…
Add table
Reference in a new issue