mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-14 05:26:03 +08:00
Add back beartype (#3967)
### What problem does this PR solve? Add back beartype ### Type of change - [x] Refactoring
This commit is contained in:
parent
3d76f10a91
commit
9a6d976252
@ -0,0 +1,2 @@
|
|||||||
|
from beartype.claw import beartype_this_package
|
||||||
|
beartype_this_package()
|
@ -0,0 +1,2 @@
|
|||||||
|
from beartype.claw import beartype_this_package
|
||||||
|
beartype_this_package()
|
@ -0,0 +1,2 @@
|
|||||||
|
from beartype.claw import beartype_this_package
|
||||||
|
beartype_this_package()
|
@ -1,3 +1,6 @@
|
|||||||
|
from beartype.claw import beartype_this_package
|
||||||
|
beartype_this_package()
|
||||||
|
|
||||||
from .ragflow_chat import RAGFlowChat
|
from .ragflow_chat import RAGFlowChat
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
from beartype.claw import beartype_this_package
|
||||||
|
beartype_this_package()
|
@ -1,3 +1,6 @@
|
|||||||
|
from beartype.claw import beartype_this_package
|
||||||
|
beartype_this_package()
|
||||||
|
|
||||||
import importlib.metadata
|
import importlib.metadata
|
||||||
|
|
||||||
from .ragflow import RAGFlow
|
from .ragflow import RAGFlow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user