From bec80873f1a7ff37ba55342cbaa648262c83f6d0 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Wed, 20 Mar 2024 22:10:34 +0500 Subject: [PATCH] insane skill issue Signed-off-by: Octol1ttle --- src/Octobot.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Octobot.cs b/src/Octobot.cs index dfe8dd2..a4871f4 100644 --- a/src/Octobot.cs +++ b/src/Octobot.cs @@ -1,5 +1,3 @@ -using System.ComponentModel; -using System.Runtime.InteropServices; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting;