refactor(plugins): 修复自动化测试报错遗留项
This commit is contained in:
parent
55c7856a04
commit
6de8c564fe
|
@ -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"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue