From f37e28a3689474a8b1ea7d1f47113a81081c1b2b Mon Sep 17 00:00:00 2001 From: Dongyu Li <544104925@qq.com> Date: Tue, 17 Jun 2025 13:54:25 +0800 Subject: [PATCH] feat(datasource): Comment out the datasource_file_manager. --- api/core/datasource/datasource_file_manager.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/core/datasource/datasource_file_manager.py b/api/core/datasource/datasource_file_manager.py index 9a31f682fd..51296b64d2 100644 --- a/api/core/datasource/datasource_file_manager.py +++ b/api/core/datasource/datasource_file_manager.py @@ -239,6 +239,6 @@ class DatasourceFileManager: # init tool_file_parser -from core.file.datasource_file_parser import datasource_file_manager - -datasource_file_manager["manager"] = DatasourceFileManager +# from core.file.datasource_file_parser import datasource_file_manager +# +# datasource_file_manager["manager"] = DatasourceFileManager