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
8bd2104722
commit
6e85323a8f
2 changed files with 0 additions and 2 deletions
|
@ -27,7 +27,6 @@ from moulinette.utils.filesystem import (
|
|||
read_json,
|
||||
read_yaml,
|
||||
write_to_json,
|
||||
write_to_yaml,
|
||||
mkdir,
|
||||
)
|
||||
|
||||
|
|
|
@ -573,7 +573,6 @@ def domain_main_domain(operation_logger, new_main_domain=None):
|
|||
|
||||
"""
|
||||
from yunohost.tools import _set_hostname
|
||||
from yunohost.app import app_ssowatconf
|
||||
|
||||
# If no new domain specified, we return the current main domain
|
||||
if not new_main_domain:
|
||||
|
|
Loading…
Add table
Reference in a new issue