Skip to content

Commit 239ac68

Browse files
committed
linted and formated again
1 parent 8208a9a commit 239ac68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/telemetry/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def _serialize_content_with_elision(
483483

484484
def _instrumented_with_opentelemetry_instrumentation_google_genai() -> bool:
485485
maybe_wrapped_function = Models.generate_content
486-
while wrapped := getattr(maybe_wrapped_function, '__wrapped__', None):
486+
while wrapped := getattr(maybe_wrapped_function, "__wrapped__", None):
487487
if (
488488
"opentelemetry/instrumentation/google_genai"
489489
in maybe_wrapped_function.__code__.co_filename

0 commit comments

Comments
 (0)