From 8f878dcd587ebf8dbf8ab87160723c2725c12f11 Mon Sep 17 00:00:00 2001 From: SergeyMenshykh Date: Wed, 22 Apr 2026 11:20:15 +0100 Subject: [PATCH] Remove unnecessary using directive in AgentWebChat.AgentHost Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../05-end-to-end/AgentWebChat/AgentWebChat.AgentHost/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/dotnet/samples/05-end-to-end/AgentWebChat/AgentWebChat.AgentHost/Program.cs b/dotnet/samples/05-end-to-end/AgentWebChat/AgentWebChat.AgentHost/Program.cs index c18dbad3a4..ff98f8d230 100644 --- a/dotnet/samples/05-end-to-end/AgentWebChat/AgentWebChat.AgentHost/Program.cs +++ b/dotnet/samples/05-end-to-end/AgentWebChat/AgentWebChat.AgentHost/Program.cs @@ -1,6 +1,5 @@ // Copyright (c) Microsoft. All rights reserved. -using A2A; using A2A.AspNetCore; using AgentWebChat.AgentHost; using AgentWebChat.AgentHost.Custom;