Skip to content

Commit 4cd1dcd

Browse files
committed
Fix mypy
1 parent 841e76b commit 4cd1dcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/samples/03-workflows/agents/azure_chat_agents_tool_calls_with_feedback.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
import asyncio
44
import json
55
import os
6+
from collections.abc import AsyncIterable
67
from dataclasses import dataclass, field
7-
from typing import Annotated, AsyncIterable
8+
from typing import Annotated
89

910
from agent_framework import (
1011
Agent,

0 commit comments

Comments
 (0)