From 1a85521f1f51da9e4407914be33155fb15f0971d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 3 Jul 2024 19:09:04 +0200 Subject: [PATCH] Didnt realize this line could be removed during previous merge --- src/tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools.py b/src/tools.py index 264ea8707..ec90361fc 100644 --- a/src/tools.py +++ b/src/tools.py @@ -155,7 +155,6 @@ def tools_postinstall( from yunohost.user import user_create, ADMIN_ALIASES from yunohost.app_catalog import _update_apps_catalog from yunohost.firewall import firewall_upnp - from yunohost.service import service_start, service_enable import psutil