mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Unused imports
This commit is contained in:
parent
2c1923a142
commit
dc10e88b1e
2 changed files with 1 additions and 5 deletions
|
@ -1219,7 +1219,6 @@ class RestoreManager:
|
|||
if system_targets == []:
|
||||
return
|
||||
|
||||
from yunohost.user import user_group_list
|
||||
from yunohost.permission import (
|
||||
permission_create,
|
||||
permission_delete,
|
||||
|
@ -1341,7 +1340,6 @@ class RestoreManager:
|
|||
name should be already install)
|
||||
"""
|
||||
from yunohost.user import user_group_list
|
||||
from yunohost.app import app_setting
|
||||
from yunohost.permission import (
|
||||
permission_create,
|
||||
permission_delete,
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
import os
|
||||
from moulinette import m18n
|
||||
from yunohost.utils.error import YunohostError
|
||||
from moulinette.utils.log import getActionLogger
|
||||
from moulinette.utils.filesystem import write_to_json, read_yaml
|
||||
|
||||
from yunohost.user import user_list, user_group_create, user_group_update
|
||||
from yunohost.user import user_list
|
||||
from yunohost.app import (
|
||||
app_setting,
|
||||
_installed_apps,
|
||||
_get_app_settings,
|
||||
_set_app_settings,
|
||||
|
|
Loading…
Add table
Reference in a new issue