From 8483d1c7720c806ee853f5d6dd69835e17991ecc Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 00:21:12 +0000 Subject: [PATCH] Fix lint issues: Remove unused imports Co-Authored-By: Joe Moura --- tests/tools/test_structured_tool_nested_dict.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tools/test_structured_tool_nested_dict.py b/tests/tools/test_structured_tool_nested_dict.py index 2c436b660..93c7b618b 100644 --- a/tests/tools/test_structured_tool_nested_dict.py +++ b/tests/tools/test_structured_tool_nested_dict.py @@ -1,6 +1,5 @@ import pytest from pydantic import BaseModel, Field -from typing import Dict, Any, Union from crewai.tools.structured_tool import CrewStructuredTool