Skip to content

Commit 259da86

Browse files
committed
fixed linting
1 parent 771842a commit 259da86

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/observability/test_tracing.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22

33
from __future__ import annotations
44

5-
import sys
6-
from unittest.mock import MagicMock, patch
5+
from unittest.mock import MagicMock
76

87
import pytest
98

109
from chuk_tool_processor.observability.tracing import (
1110
NoOpTracer,
1211
add_span_event,
13-
get_tracer,
1412
init_tracer,
1513
is_tracing_enabled,
1614
set_span_error,

0 commit comments

Comments
 (0)