Unused imports

This commit is contained in:
Alexandre Aubin 2024-01-27 18:08:25 +01:00
parent 8bd2104722
commit 6e85323a8f
2 changed files with 0 additions and 2 deletions

View file

@ -27,7 +27,6 @@ from moulinette.utils.filesystem import (
read_json, read_json,
read_yaml, read_yaml,
write_to_json, write_to_json,
write_to_yaml,
mkdir, mkdir,
) )

View file

@ -573,7 +573,6 @@ def domain_main_domain(operation_logger, new_main_domain=None):
""" """
from yunohost.tools import _set_hostname from yunohost.tools import _set_hostname
from yunohost.app import app_ssowatconf
# If no new domain specified, we return the current main domain # If no new domain specified, we return the current main domain
if not new_main_domain: if not new_main_domain: