From ac7a4e434091dc95b501e6741db2b4ec807dae6b Mon Sep 17 00:00:00 2001 From: changemyminds Date: Mon, 19 Feb 2024 20:55:49 +0800 Subject: [PATCH] refactor: remove unimported library --- .../src/opentelemetry/instrumentation/threading/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/instrumentation/opentelemetry-instrumentation-threading/src/opentelemetry/instrumentation/threading/__init__.py b/instrumentation/opentelemetry-instrumentation-threading/src/opentelemetry/instrumentation/threading/__init__.py index 357a157dcd..bd9fd53072 100644 --- a/instrumentation/opentelemetry-instrumentation-threading/src/opentelemetry/instrumentation/threading/__init__.py +++ b/instrumentation/opentelemetry-instrumentation-threading/src/opentelemetry/instrumentation/threading/__init__.py @@ -31,7 +31,6 @@ re-activated in the thread's run method. """ -from concurrent import futures import threading from typing import Collection from opentelemetry.instrumentation.instrumentor import BaseInstrumentor