From 3466af41093d6230e9561fc757048706520b59d6 Mon Sep 17 00:00:00 2001 From: Emmanuel T Odeke Date: Fri, 10 Jan 2025 16:43:11 -0800 Subject: [PATCH] Fix by lint --- tests/system/test_observability_options.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/system/test_observability_options.py b/tests/system/test_observability_options.py index d6fed2a517..d40b34f800 100644 --- a/tests/system/test_observability_options.py +++ b/tests/system/test_observability_options.py @@ -289,7 +289,6 @@ def test_transaction_update_implicit_begin_nested_inside_commit(): from opentelemetry.sdk.trace.export.in_memory_span_exporter import ( InMemorySpanExporter, ) - from opentelemetry.trace.status import StatusCode from opentelemetry.sdk.trace import TracerProvider from opentelemetry.sdk.trace.sampling import ALWAYS_ON