From 5a33591d6ad5c1f1fc7ca9e4a0f4d8887015ced4 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Wed, 10 Sep 2025 16:29:03 +0900 Subject: [PATCH] chore: drop extraneous path expansion --- helpers/ui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/helpers/ui.py b/helpers/ui.py index 5ff0fb4..733608e 100644 --- a/helpers/ui.py +++ b/helpers/ui.py @@ -20,7 +20,6 @@ from concurrent.futures import ThreadPoolExecutor from collections.abc import Callable from typing import Literal, Self, Any -sys.path.append("servers") import servers as Servers # noqa E402 locale.setlocale(locale.LC_ALL, "")