Merge pull request #1755 from YunoHost/ci-format-debian/11.2.9

[CI] Format code with Black
This commit is contained in:
Alexandre Aubin 2023-12-27 21:03:57 +01:00 committed by GitHub
commit f12ed69b7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,9 @@ YUNOHOST_PACKAGES = ["yunohost", "yunohost-admin", "moulinette", "ssowat"]
def debian_version():
return check_output('grep "^VERSION_CODENAME=" /etc/os-release 2>/dev/null | cut -d= -f2')
return check_output(
'grep "^VERSION_CODENAME=" /etc/os-release 2>/dev/null | cut -d= -f2'
)
def system_arch():