Merge pull request #5517 from wumode/fix-progress-displaying

This commit is contained in:
jxxghp
2026-02-28 12:16:13 +08:00
committed by GitHub
+1 -2
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:
""" """
处理进度辅助类 处理进度辅助类
""" """