Skip to content

Commit e95928a

Browse files
committed
Fix type ignore
1 parent 2e2f675 commit e95928a

File tree

1 file changed

+2
-2
lines changed
  • python/instrumentation/openinference-instrumentation-google-adk/src/openinference/instrumentation/google_adk

1 file changed

+2
-2
lines changed

python/instrumentation/openinference-instrumentation-google-adk/src/openinference/instrumentation/google_adk/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from typing import Any, Collection
33

44
from opentelemetry import trace as trace_api
5-
from opentelemetry.instrumentation.instrumentor import (
6-
BaseInstrumentor, # type: ignore[attr-defined]
5+
from opentelemetry.instrumentation.instrumentor import ( # type: ignore[attr-defined]
6+
BaseInstrumentor,
77
)
88
from wrapt import wrap_object_attribute
99

0 commit comments

Comments
 (0)