enable beartype
This commit is contained in:
parent
4a32e47704
commit
13dba2c8f5
6 changed files with 13 additions and 12 deletions
|
|
@ -14,5 +14,5 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
# from beartype.claw import beartype_this_package
|
from beartype.claw import beartype_this_package
|
||||||
# beartype_this_package()
|
beartype_this_package()
|
||||||
|
|
|
||||||
|
|
@ -14,5 +14,5 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
# from beartype.claw import beartype_this_package
|
from beartype.claw import beartype_this_package
|
||||||
# beartype_this_package()
|
beartype_this_package()
|
||||||
|
|
|
||||||
|
|
@ -14,5 +14,5 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
# from beartype.claw import beartype_this_package
|
from beartype.claw import beartype_this_package
|
||||||
# beartype_this_package()
|
beartype_this_package()
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,8 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
# from beartype.claw import beartype_this_package
|
from beartype.claw import beartype_this_package
|
||||||
# beartype_this_package()
|
beartype_this_package()
|
||||||
|
|
||||||
from .ragflow_chat import RAGFlowChat
|
from .ragflow_chat import RAGFlowChat
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,5 +14,6 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
# from beartype.claw import beartype_this_package
|
from beartype.claw import beartype_this_package
|
||||||
# beartype_this_package()
|
|
||||||
|
beartype_this_package()
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,8 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
# from beartype.claw import beartype_this_package
|
from beartype.claw import beartype_this_package
|
||||||
# beartype_this_package()
|
beartype_this_package()
|
||||||
|
|
||||||
import importlib.metadata
|
import importlib.metadata
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue