From 7b27b7fa7059e19b90e13df07b4c799e69041378 Mon Sep 17 00:00:00 2001 From: Xavier Foucrier Date: Wed, 4 Dec 2024 16:13:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove=20useless=20namespace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/Core.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/code/Core.cs b/code/Core.cs index 91fa74c..6822feb 100644 --- a/code/Core.cs +++ b/code/Core.cs @@ -1,7 +1,6 @@ using System; using System.Diagnostics; using System.IO; -using System.Threading.Tasks; using System.Windows.Forms; using notifier.Properties;