Skip to content

Commit e271e8d

Browse files
lint issue fixed
1 parent 4c035df commit e271e8d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/backend/agents/group_chat_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ async def _execute_step(self, session_id: str, step: Step):
304304
)
305305
)
306306

307-
308307
track_event_if_configured(
309308
f"Group Chat Manager - Requesting {formatted_agent} to perform the action and added into the cosmos",
310309
{

src/backend/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
from event_utils import track_event_if_configured
2424
from fastapi.middleware.cors import CORSMiddleware
2525
from azure.monitor.opentelemetry import configure_azure_monitor
26-
from azure.monitor.events.extension import track_event
2726
from opentelemetry.instrumentation.fastapi import FastAPIInstrumentor
2827

2928

0 commit comments

Comments
 (0)