clean code

This commit is contained in:
Jicheng Lu 2025-10-07 21:58:54 -05:00
parent edd2ad6002
commit 4e0801780b
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
using BotSharp.Abstraction.CodeInterpreter.Models;
using System.Threading;
namespace BotSharp.Abstraction.CodeInterpreter;

View file

@ -1,4 +1,3 @@
using Microsoft.AspNetCore.Cors.Infrastructure;
using Microsoft.Extensions.Logging;
using Python.Runtime;
using System.Text.Json;