Skip to content

Commit 94c10f4

Browse files
committed
fix wrong patch.py import
1 parent e1bca1a commit 94c10f4

File tree

1 file changed

+1
-3
lines changed
  • instrumentation/opentelemetry-instrumentation-openai/src/opentelemetry/instrumentation/openai

1 file changed

+1
-3
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@
4747
from opentelemetry.instrumentation.openai.package import _instruments
4848
from opentelemetry.trace import get_tracer
4949
from wrapt import wrap_function_wrapper
50-
from langtrace_python_sdk.instrumentation.openai.patch import (
51-
chat_completions_create,
52-
)
50+
from .patch import chat_completions_create
5351

5452

5553
class OpenAIInstrumentor(BaseInstrumentor):

0 commit comments

Comments
 (0)