更新 thread.py

This commit is contained in:
jxxghp
2025-06-08 14:43:13 +08:00
committed by GitHub
parent 3ee32757e5
commit 0835a75503

View File

@@ -2,7 +2,7 @@ from concurrent.futures import ThreadPoolExecutor
from typing import Optional
from app.utils.singleton import Singleton
from core.config import settings
from app.core.config import settings
class ThreadHelper(metaclass=Singleton):