Add back beartype (#3967)

### What problem does this PR solve?

Add back beartype

### Type of change

- [x] Refactoring
This commit is contained in:
Zhichang Yu 2024-12-10 18:43:43 +08:00 committed by GitHub
parent 3d76f10a91
commit 9a6d976252
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,2 @@
from beartype.claw import beartype_this_package
beartype_this_package()

View File

@ -0,0 +1,2 @@
from beartype.claw import beartype_this_package
beartype_this_package()

View File

@ -0,0 +1,2 @@
from beartype.claw import beartype_this_package
beartype_this_package()

View File

@ -1,3 +1,6 @@
from beartype.claw import beartype_this_package
beartype_this_package()
from .ragflow_chat import RAGFlowChat
__all__ = [

View File

@ -0,0 +1,2 @@
from beartype.claw import beartype_this_package
beartype_this_package()

View File

@ -1,3 +1,6 @@
from beartype.claw import beartype_this_package
beartype_this_package()
import importlib.metadata
from .ragflow import RAGFlow