From 7f751e7a0fbd5359e9248ff10f6c9776b0795216 Mon Sep 17 00:00:00 2001 From: Tao Chen Date: Mon, 20 Apr 2026 20:30:25 -0700 Subject: [PATCH] Fix pre commit 5 --- python/samples/02-agents/observability/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/samples/02-agents/observability/README.md b/python/samples/02-agents/observability/README.md index 6066ea741a..ba3a184117 100644 --- a/python/samples/02-agents/observability/README.md +++ b/python/samples/02-agents/observability/README.md @@ -359,11 +359,11 @@ async def main(): credential=AzureCliCredential(), ) await client.configure_azure_monitor(enable_live_metrics=True) - + # For non-Azure AI projects from azure.monitor.opentelemetry import configure_azure_monitor from agent_framework.observability import create_resource, enable_instrumentation - + configure_azure_monitor( connection_string="InstrumentationKey=...", resource=create_resource(),