mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] remove useless imports
This commit is contained in:
parent
93cb77d0a5
commit
a75e07a677
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ from difflib import unified_diff
|
|||
from moulinette.core import MoulinetteError
|
||||
from moulinette.utils import log, filesystem
|
||||
|
||||
from yunohost.hook import hook_list, hook_callback
|
||||
from yunohost.hook import hook_callback
|
||||
|
||||
|
||||
base_conf_path = '/home/yunohost.conf'
|
||||
|
|
Loading…
Add table
Reference in a new issue