mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Remove ending comma in backup.py
This commit is contained in:
parent
e4ec67d727
commit
0339d8160d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ from moulinette.core import MoulinetteError
|
|||
from moulinette.utils import filesystem
|
||||
from moulinette.utils.log import getActionLogger
|
||||
|
||||
from yunohost.app import app_info, app_ssowatconf, _is_installed,
|
||||
from yunohost.app import app_info, app_ssowatconf, _is_installed
|
||||
from yunohost.hook import (
|
||||
hook_info, hook_callback, hook_exec, custom_hook_folder
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue