Skip to content

Commit 0f9a25c

Browse files
committed
fix: removed unused parameter
1 parent 58a5620 commit 0f9a25c

File tree

1 file changed

+0
-2
lines changed
  • instrumentation/opentelemetry-instrumentation-threading/src/opentelemetry/instrumentation/threading

1 file changed

+0
-2
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-threading/src/opentelemetry/instrumentation/threading/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ class ThreadingInstrumentor(BaseInstrumentor):
5151
__WRAPPER_START_METHOD = "start"
5252
__WRAPPER_RUN_METHOD = "run"
5353
__WRAPPER_SUBMIT_METHOD = "submit"
54-
__WRAPPER_KWARGS = "kwargs"
55-
__WRAPPER_CONTEXT = "_otel_context"
5654

5755
def instrumentation_dependencies(self) -> Collection[str]:
5856
return _instruments

0 commit comments

Comments
 (0)