mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[CI] Format code with Black
This commit is contained in:
parent
4571c5b22f
commit
5b30347dfa
1 changed files with 3 additions and 1 deletions
|
@ -751,7 +751,9 @@ def _save_services(services):
|
|||
if service_conf_base.get(key) != value:
|
||||
diff[service_name][key] = value
|
||||
|
||||
diff = {name: infos for name, infos in diff.items() if infos or name not in conf_base}
|
||||
diff = {
|
||||
name: infos for name, infos in diff.items() if infos or name not in conf_base
|
||||
}
|
||||
|
||||
write_to_yaml(SERVICES_CONF, diff)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue