Skip to content

Commit

Permalink
Merge pull request #1755 from YunoHost/ci-format-debian/11.2.9
Browse files Browse the repository at this point in the history
[CI] Format code with Black
  • Loading branch information
alexAubin authored Dec 27, 2023
2 parents 57a0e8b + 8952d69 commit f12ed69
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 f12ed69

Please sign in to comment.