From c06e6e0021ed4eba742b8685c1a55c84c558ae59 Mon Sep 17 00:00:00 2001 From: Eduardo Chiarotti Date: Mon, 10 Feb 2025 10:17:22 -0300 Subject: [PATCH] feat: remove unused improt --- tests/traces/test_unified_trace_controller.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/traces/test_unified_trace_controller.py b/tests/traces/test_unified_trace_controller.py index 80a35f11a..d6d46e83d 100644 --- a/tests/traces/test_unified_trace_controller.py +++ b/tests/traces/test_unified_trace_controller.py @@ -11,7 +11,6 @@ from crewai.traces.models import ( FlowStepIO, LLMRequest, LLMResponse, - ToolCall, ) from crewai.traces.unified_trace_controller import ( UnifiedTraceController,