fix(ProgressHelper): progress displaying

This commit is contained in:
wumode
2026-02-27 16:09:53 +08:00
parent 643cda1abe
commit c8d53c6964

View File

@@ -3,10 +3,9 @@ from typing import Union, Optional
from app.core.cache import TTLCache from app.core.cache import TTLCache
from app.schemas.types import ProgressKey from app.schemas.types import ProgressKey
from app.utils.singleton import WeakSingleton
class ProgressHelper(metaclass=WeakSingleton): class ProgressHelper:
""" """
处理进度辅助类 处理进度辅助类
""" """