From 4e0801780b41bb18fec9e37afcad25b40ef19103 Mon Sep 17 00:00:00 2001 From: Jicheng Lu Date: Tue, 7 Oct 2025 21:58:54 -0500 Subject: [PATCH] clean code --- .../CodeInterpreter/ICodeInterpretService.cs | 1 - .../Functions/PyProgrammerFn.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Infrastructure/BotSharp.Abstraction/CodeInterpreter/ICodeInterpretService.cs b/src/Infrastructure/BotSharp.Abstraction/CodeInterpreter/ICodeInterpretService.cs index 58e55438..bdc10f5c 100644 --- a/src/Infrastructure/BotSharp.Abstraction/CodeInterpreter/ICodeInterpretService.cs +++ b/src/Infrastructure/BotSharp.Abstraction/CodeInterpreter/ICodeInterpretService.cs @@ -1,5 +1,4 @@ using BotSharp.Abstraction.CodeInterpreter.Models; -using System.Threading; namespace BotSharp.Abstraction.CodeInterpreter; diff --git a/src/Plugins/BotSharp.Plugin.PythonInterpreter/Functions/PyProgrammerFn.cs b/src/Plugins/BotSharp.Plugin.PythonInterpreter/Functions/PyProgrammerFn.cs index fb0b12c0..1cf14ed8 100644 --- a/src/Plugins/BotSharp.Plugin.PythonInterpreter/Functions/PyProgrammerFn.cs +++ b/src/Plugins/BotSharp.Plugin.PythonInterpreter/Functions/PyProgrammerFn.cs @@ -1,4 +1,3 @@ -using Microsoft.AspNetCore.Cors.Infrastructure; using Microsoft.Extensions.Logging; using Python.Runtime; using System.Text.Json;