enable beartype

This commit is contained in:
yongtenglei 2025-12-03 10:43:44 +08:00
parent 4a32e47704
commit 13dba2c8f5
6 changed files with 13 additions and 12 deletions

View file

@ -14,5 +14,5 @@
# limitations under the License.
#
# from beartype.claw import beartype_this_package
# beartype_this_package()
from beartype.claw import beartype_this_package
beartype_this_package()

View file

@ -14,5 +14,5 @@
# limitations under the License.
#
# from beartype.claw import beartype_this_package
# beartype_this_package()
from beartype.claw import beartype_this_package
beartype_this_package()

View file

@ -14,5 +14,5 @@
# limitations under the License.
#
# from beartype.claw import beartype_this_package
# beartype_this_package()
from beartype.claw import beartype_this_package
beartype_this_package()

View file

@ -14,8 +14,8 @@
# limitations under the License.
#
# from beartype.claw import beartype_this_package
# beartype_this_package()
from beartype.claw import beartype_this_package
beartype_this_package()
from .ragflow_chat import RAGFlowChat

View file

@ -14,5 +14,6 @@
# limitations under the License.
#
# from beartype.claw import beartype_this_package
# beartype_this_package()
from beartype.claw import beartype_this_package
beartype_this_package()

View file

@ -14,8 +14,8 @@
# limitations under the License.
#
# from beartype.claw import beartype_this_package
# beartype_this_package()
from beartype.claw import beartype_this_package
beartype_this_package()
import importlib.metadata