From 482fac4ee5fd6b9643fcd72b6214da4f4970e372 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 11:00:08 +0000 Subject: [PATCH] :rotating_light: auto fix by pre-commit hooks --- zhenxun/services/llm/tools/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zhenxun/services/llm/tools/__init__.py b/zhenxun/services/llm/tools/__init__.py index 465205f8..3c62ed2a 100644 --- a/zhenxun/services/llm/tools/__init__.py +++ b/zhenxun/services/llm/tools/__init__.py @@ -1,6 +1,7 @@ """ 工具模块导出 """ + from .registry import tool_registry __all__ = ["tool_registry"]