mirror of https://github.com/langgenius/dify.git
feat(datasource): Comment out the datasource_file_manager.
This commit is contained in:
parent
c5976f5a09
commit
f37e28a368
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue