chore: drop extraneous path expansion

This commit is contained in:
aclist 2025-09-10 16:29:03 +09:00
parent 62b00507e5
commit 5a33591d6a

View File

@ -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, "")