Merge pull request #10 from zstar1003/dev

refactor(plugins): 修复自动化测试报错遗留项
This commit is contained in:
zstar 2025-04-01 00:47:02 +08:00 committed by GitHub
commit 0f3e5a95e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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