From f20ce8b5c7e4a9148e04bea1b256a2ed36a9fe69 Mon Sep 17 00:00:00 2001 From: Jicheng Lu Date: Thu, 18 Sep 2025 19:42:24 -0500 Subject: [PATCH] minor change --- .../Conversations/Services/ConversationStateService.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationStateService.cs b/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationStateService.cs index 4c8178d8..50bfa530 100644 --- a/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationStateService.cs +++ b/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationStateService.cs @@ -14,8 +14,6 @@ limitations under the License. ******************************************************************************/ -using BotSharp.Abstraction.Conversations.Enums; -using BotSharp.Abstraction.Hooks; using BotSharp.Abstraction.Options; using BotSharp.Abstraction.SideCar;