Skip to content

Commit 657697e

Browse files
pylint fixes
1 parent 559b0cd commit 657697e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/backend/orchestrator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
Agents can hand off to each other dynamically based on context.
1616
"""
1717

18-
import base64
1918
import json
2019
import logging
2120
import re
2221
from typing import AsyncIterator, Optional, cast
2322

2423
from agent_framework import (
2524
Message,
26-
WorkflowEvent,
2725
)
2826
from agent_framework.orchestrations import HandoffBuilder, HandoffAgentUserRequest
2927
from agent_framework.azure import AzureOpenAIResponsesClient, AzureAIProjectAgentProvider

0 commit comments

Comments
 (0)