much stricter ruff linting

Co-authored-by: Copilot <copilot@github.com>
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-05-11 07:15:37 +02:00
parent 14a5647905
commit 310dbf1574
132 changed files with 288 additions and 359 deletions
-1
View File
@@ -71,7 +71,6 @@ class MoDScript(scripts_manager.Script):
from installer import install
install('ligo-segments')
try:
from ligo.segments import segment # pylint: disable=unused-import
return True
except Exception as e:
log.error(f'MoD: {e}')