From 706e991047b2e945cb939433a6a11add0eba0316 Mon Sep 17 00:00:00 2001 From: "nicolas.barbosa" Date: Wed, 5 Jun 2024 22:43:26 +0200 Subject: [PATCH] inutile using --- Sources/CoreLibrary/Core/Code.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sources/CoreLibrary/Core/Code.cs b/Sources/CoreLibrary/Core/Code.cs index fb6dbde..747ba0d 100644 --- a/Sources/CoreLibrary/Core/Code.cs +++ b/Sources/CoreLibrary/Core/Code.cs @@ -1,5 +1,4 @@ -using CoreLibrary.Evenements; -using CoreLibrary.Exceptions; +using CoreLibrary.Exceptions; using System.Collections.ObjectModel; using System.Runtime.Serialization;