feat: 删除oss相关代码

This commit is contained in:
RockChinQ
2024-05-16 20:32:30 +08:00
parent 6bc6f77af1
commit 37ef1c9fab
15 changed files with 26 additions and 295 deletions

View File

@@ -15,7 +15,6 @@ from ..command import cmdmgr
from ..plugin import manager as plugin_mgr
from ..pipeline import pool
from ..pipeline import controller, stagemgr
from ..oss import oss
from ..utils import version as version_mgr, proxy as proxy_mgr
@@ -72,8 +71,6 @@ class Application:
proxy_mgr: proxy_mgr.ProxyManager = None
oss_mgr: oss.OSSServiceManager = None
logger: logging.Logger = None
def __init__(self):