Skip to content

Commit

Permalink
[CI] Format code with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
yunohost-bot committed Dec 27, 2023
1 parent 57a0e8b commit 8952d69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 8952d69

Please sign in to comment.