Skip to content

Commit 1ca74fe

Browse files
authored
fix(sdk): watsonx warning on initialization (#3469)
1 parent f9a586a commit 1ca74fe

File tree

1 file changed

+1
-1
lines changed
  • packages/traceloop-sdk/traceloop/sdk/tracing

1 file changed

+1
-1
lines changed

packages/traceloop-sdk/traceloop/sdk/tracing/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ def init_vertexai_instrumentor(
904904
def init_watsonx_instrumentor():
905905
try:
906906
if is_package_installed("ibm-watsonx-ai") or is_package_installed(
907-
"ibm_watson_machine_learning"
907+
"ibm-watson-machine-learning"
908908
):
909909
from opentelemetry.instrumentation.watsonx import WatsonxInstrumentor
910910

0 commit comments

Comments
 (0)