mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 09:08:31 +00:00
Fix import order in telemetry_test.py
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import os
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
import pytest
|
||||
from unittest.mock import patch, Mock
|
||||
from opentelemetry.sdk.trace.export import BatchSpanProcessor
|
||||
from crewai.telemetry.telemetry import Telemetry, SafeBatchSpanProcessor
|
||||
|
||||
from crewai.telemetry.telemetry import SafeBatchSpanProcessor, Telemetry
|
||||
|
||||
|
||||
class TestTelemetry:
|
||||
|
||||
Reference in New Issue
Block a user