From 6e85323a8f026c8d88c00894dd171b31f6c4c950 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 27 Jan 2024 18:08:25 +0100 Subject: [PATCH] Unused imports --- src/app_catalog.py | 1 - src/domain.py | 1 - 2 files changed, 2 deletions(-) diff --git a/src/app_catalog.py b/src/app_catalog.py index d6dacb879..2f3076eed 100644 --- a/src/app_catalog.py +++ b/src/app_catalog.py @@ -27,7 +27,6 @@ from moulinette.utils.filesystem import ( read_json, read_yaml, write_to_json, - write_to_yaml, mkdir, ) diff --git a/src/domain.py b/src/domain.py index 3dbc6597a..27b092038 100644 --- a/src/domain.py +++ b/src/domain.py @@ -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: