From 7d40c98434a0480c0085adb1aaed105932a4c992 Mon Sep 17 00:00:00 2001 From: WilliamEspegren Date: Sat, 25 May 2024 22:28:48 +0200 Subject: [PATCH] remove full tool import --- src/crewai_tools/tools/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crewai_tools/tools/__init__.py b/src/crewai_tools/tools/__init__.py index 7b794508d..ea0b16304 100644 --- a/src/crewai_tools/tools/__init__.py +++ b/src/crewai_tools/tools/__init__.py @@ -22,4 +22,3 @@ from .xml_search_tool.xml_search_tool import XMLSearchTool from .youtube_channel_search_tool.youtube_channel_search_tool import YoutubeChannelSearchTool from .youtube_video_search_tool.youtube_video_search_tool import YoutubeVideoSearchTool from .spider_tool.spider_tool import SpiderTool -from .spider_full_tool.spider_full_tool import SpiderFullTool \ No newline at end of file