[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

@ -1307,7 +1307,7 @@ def app_clearaccess(apps):
"""
from yunohost.permission import user_permission_reset
output = {}
for app in apps:
permission = user_permission_reset(app + ".main")

View file

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