diff --git a/app/helper/thread.py b/app/helper/thread.py index 1fa09fc4..94d9fc6e 100644 --- a/app/helper/thread.py +++ b/app/helper/thread.py @@ -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):