Fix pre commit

This commit is contained in:
Tao Chen
2026-04-20 18:39:56 -07:00
Unverified
parent 7aa40b16de
commit 93b03140c7
3 changed files with 11 additions and 10 deletions
@@ -10,7 +10,7 @@ from agent_framework_foundry_hosting import ResponsesHostServer
from azure.identity import AzureCliCredential
from dotenv import load_dotenv
from pydantic import Field
from typing_extensions import Annotated
from typing import Annotated
# Load environment variables from .env file
load_dotenv()