From 7e3dea5db8fc7861f3bc880ddcdc580ba1c4e63d Mon Sep 17 00:00:00 2001 From: "xzq.xu" <1325732643@qq.com> Date: Wed, 26 Mar 2025 23:32:07 +0800 Subject: [PATCH] add a new-line --- libs/core/langchain_core/tools/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core/langchain_core/tools/base.py b/libs/core/langchain_core/tools/base.py index e544d367a26..20190f26dd5 100644 --- a/libs/core/langchain_core/tools/base.py +++ b/libs/core/langchain_core/tools/base.py @@ -1153,4 +1153,4 @@ class BaseToolkit(BaseModel, ABC): @abstractmethod def get_tools(self) -> list[BaseTool]: - """Get the tools in the toolkit.""" \ No newline at end of file + """Get the tools in the toolkit."""