From 8952d69e05c16df5abc235d4b59a2b2d6ad5d0aa Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 27 Dec 2023 19:07:29 +0000 Subject: [PATCH] [CI] Format code with Black --- src/utils/system.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/utils/system.py b/src/utils/system.py index 71ed49b1dc..c608021bd0 100644 --- a/src/utils/system.py +++ b/src/utils/system.py @@ -29,7 +29,9 @@ 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():