Skip to content

Commit 498735a

Browse files
aabmassemdneto
andauthored
Update instrumentation-genai/opentelemetry-instrumentation-vertexai/src/opentelemetry/instrumentation/vertexai/__init__.py
Co-authored-by: Emídio Neto <[email protected]>
1 parent 27d9ac6 commit 498735a

File tree

1 file changed

+1
-1
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-vertexai/src/opentelemetry/instrumentation/vertexai

1 file changed

+1
-1
lines changed

instrumentation-genai/opentelemetry-instrumentation-vertexai/src/opentelemetry/instrumentation/vertexai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
from typing import Any, Collection
4545

4646
from wrapt import (
47-
wrap_function_wrapper, # pyright: ignore[reportUnknownVariableType]
47+
wrap_function_wrapper, # type: ignore[reportUnknownVariableType]
4848
)
4949

5050
from opentelemetry._events import get_event_logger

0 commit comments

Comments
 (0)