[CI] Format code

This commit is contained in:
yunohost-bot 2021-05-24 13:49:17 +00:00
parent 55a3313bb9
commit fbdbd9e039
2 changed files with 2 additions and 1 deletions

View file

@ -950,4 +950,5 @@ def _name_self_CA():
def _tail(n, file_path): def _tail(n, file_path):
from moulinette.utils.process import check_output from moulinette.utils.process import check_output
return check_output(f"tail -n {n} '{file_path}'") return check_output(f"tail -n {n} '{file_path}'")