mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] remove unused imports
This commit is contained in:
parent
35fa386ce3
commit
d47f5919d6
1 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,6 @@
|
|||
"""
|
||||
|
||||
import os
|
||||
import sys
|
||||
import errno
|
||||
import requests
|
||||
import shutil
|
||||
|
@ -43,7 +42,7 @@ from moulinette.core import MoulinetteError
|
|||
from moulinette.utils.log import getActionLogger
|
||||
import yunohost.domain
|
||||
from yunohost.service import _run_service_command
|
||||
from yunohost.app import app_setting, app_ssowatconf
|
||||
from yunohost.app import app_ssowatconf
|
||||
|
||||
|
||||
logger = getActionLogger('yunohost.certmanager')
|
||||
|
|
Loading…
Add table
Reference in a new issue