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
57a0e8b8f8
commit
8952d69e05
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ YUNOHOST_PACKAGES = ["yunohost", "yunohost-admin", "moulinette", "ssowat"]
|
||||||
|
|
||||||
|
|
||||||
def debian_version():
|
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():
|
def system_arch():
|
||||||
|
|
Loading…
Add table
Reference in a new issue