Skip to content

Commit 9cb5936

Browse files
lint issues fixed
1 parent 38c6eae commit 9cb5936

File tree

5 files changed

+1
-6
lines changed

5 files changed

+1
-6
lines changed

src/backend/agents/group_chat_manager.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
StepStatus,
2323
)
2424

25-
from datetime import datetime
26-
from typing import List
2725
from azure.monitor.events.extension import track_event
2826

2927

src/backend/agents/planner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
StepStatus,
2626
HumanFeedbackStatus,
2727
)
28-
from typing import Optional
28+
2929
from azure.monitor.events.extension import track_event
3030

3131

src/backend/agents/product.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
from agents.base_agent import BaseAgent
1212
from context.cosmos_memory import CosmosBufferedChatCompletionContext
13-
from datetime import datetime
1413

1514
formatting_instructions = "Instructions: returning the output of this function call verbatim to the user in markdown. Then write AGENT SUMMARY: and then include a summary of what you did."
1615

src/backend/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
PlanWithSteps,
2121
)
2222
from utils import initialize_runtime_and_context, retrieve_all_agent_tools, rai_success
23-
import asyncio
2423
from fastapi.middleware.cors import CORSMiddleware
2524
from azure.monitor.opentelemetry import configure_azure_monitor
2625
from azure.monitor.events.extension import track_event

src/backend/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
from config import Config
2525
from context.cosmos_memory import CosmosBufferedChatCompletionContext
2626
from models.messages import BAgentType
27-
import logging
2827

2928
# Initialize logging
3029
# from otlp_tracing import configure_oltp_tracing

0 commit comments

Comments
 (0)