mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[CI] Format code with Black (#1536)
This commit is contained in:
parent
07d61a83ae
commit
ad1748fa52
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ def _update_apps_catalog():
|
||||||
for apps_catalog in apps_catalog_list:
|
for apps_catalog in apps_catalog_list:
|
||||||
if apps_catalog["url"] is None:
|
if apps_catalog["url"] is None:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
apps_catalog_id = apps_catalog["id"]
|
apps_catalog_id = apps_catalog["id"]
|
||||||
actual_api_url = _actual_apps_catalog_api_url(apps_catalog["url"])
|
actual_api_url = _actual_apps_catalog_api_url(apps_catalog["url"])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue