Skip to content

Commit 232f4d4

Browse files
committed
Fix check failure
Change-Id: Idacbec704158240a54dc28445b7c1a2419febe61 Co-developed-by: Cursor <[email protected]>
1 parent 72aec1d commit 232f4d4

File tree

1 file changed

+2
-2
lines changed
  • instrumentation-loongsuite/loongsuite-instrumentation-dashscope/src/opentelemetry/instrumentation/dashscope

1 file changed

+2
-2
lines changed

instrumentation-loongsuite/loongsuite-instrumentation-dashscope/src/opentelemetry/instrumentation/dashscope/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
import logging
4343
from typing import Collection
4444

45+
from wrapt import wrap_function_wrapper
46+
4547
from opentelemetry.instrumentation.dashscope.package import _instruments
4648
from opentelemetry.instrumentation.dashscope.patch import (
4749
wrap_aio_generation_call,
@@ -53,8 +55,6 @@
5355
wrap_text_rerank_call,
5456
)
5557
from opentelemetry.instrumentation.dashscope.version import __version__
56-
from wrapt import wrap_function_wrapper
57-
5858
from opentelemetry.instrumentation.instrumentor import BaseInstrumentor
5959
from opentelemetry.instrumentation.utils import unwrap
6060
from opentelemetry.util.genai.extended_handler import (

0 commit comments

Comments
 (0)