clean code
This commit is contained in:
parent
edd2ad6002
commit
4e0801780b
|
|
@ -1,5 +1,4 @@
|
|||
using BotSharp.Abstraction.CodeInterpreter.Models;
|
||||
using System.Threading;
|
||||
|
||||
namespace BotSharp.Abstraction.CodeInterpreter;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
using Microsoft.AspNetCore.Cors.Infrastructure;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Python.Runtime;
|
||||
using System.Text.Json;
|
||||
|
|
|
|||
Loading…
Reference in a new issue