Skip to content

Commit

Permalink
fix: removed unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
changemyminds committed Apr 10, 2024
1 parent 58a5620 commit 0f9a25c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ class ThreadingInstrumentor(BaseInstrumentor):
__WRAPPER_START_METHOD = "start"
__WRAPPER_RUN_METHOD = "run"
__WRAPPER_SUBMIT_METHOD = "submit"
__WRAPPER_KWARGS = "kwargs"
__WRAPPER_CONTEXT = "_otel_context"

def instrumentation_dependencies(self) -> Collection[str]:
return _instruments
Expand Down

0 comments on commit 0f9a25c

Please sign in to comment.