From ad88def42d1efe9a5f57c5cc2c8c3bcab075c4c4 Mon Sep 17 00:00:00 2001 From: Adam Cohen Hillel Date: Wed, 16 Apr 2025 03:02:41 +0100 Subject: [PATCH] yopololo --- backend/agent/tools/api_services_tool.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/agent/tools/api_services_tool.py b/backend/agent/tools/api_services_tool.py index 9afdf0bb..e05ecdf2 100644 --- a/backend/agent/tools/api_services_tool.py +++ b/backend/agent/tools/api_services_tool.py @@ -1,5 +1,4 @@ import json -from typing import Dict, Any, Optional from agentpress.tool import Tool, ToolResult, openapi_schema, xml_schema from agent.tools.api_services.LinkedInService import LinkedInService