mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +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:
@ -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
|
||||
|
||||
__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
|
||||
|
||||
from .ragflow import RAGFlow
|
||||
|
||||
Reference in New Issue
Block a user