From 7e38e093079b4c39b4ef90b98009c2d476487abe Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 10:39:13 +0000 Subject: [PATCH] Fix import sorting in test_span_creation function Co-Authored-By: Joe Moura --- tests/telemetry/test_opentelemetry_compatibility.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/telemetry/test_opentelemetry_compatibility.py b/tests/telemetry/test_opentelemetry_compatibility.py index e36d33b9d..871a657a7 100644 --- a/tests/telemetry/test_opentelemetry_compatibility.py +++ b/tests/telemetry/test_opentelemetry_compatibility.py @@ -90,6 +90,7 @@ def test_span_creation(): import os from opentelemetry import trace + from src.crewai.telemetry.telemetry import Telemetry # Ensure telemetry is enabled for this test