Merge pull request #10 from zstar1003/dev
refactor(plugins): 修复自动化测试报错遗留项
This commit is contained in:
commit
0f3e5a95e5
|
@ -1,8 +1,8 @@
|
|||
from beartype.claw import beartype_this_package
|
||||
beartype_this_package()
|
||||
|
||||
from .ragflow_chat import RAGFlowChat
|
||||
|
||||
beartype_this_package()
|
||||
|
||||
__all__ = [
|
||||
"RAGFlowChat"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue