refactor(plugins): 修复自动化测试报错遗留项

This commit is contained in:
zstar 2025-04-01 00:40:37 +08:00
parent 55c7856a04
commit 6de8c564fe
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
from beartype.claw import beartype_this_package
beartype_this_package()
from .ragflow_chat import RAGFlowChat
beartype_this_package()
__all__ = [
"RAGFlowChat"
]