From 5094b6a9f7b3d4418237d1de795abbfa571dd862 Mon Sep 17 00:00:00 2001 From: Patrick Grote Date: Wed, 25 Sep 2024 21:23:25 +0200 Subject: [PATCH] minor --- RDMSharp/Metadata/JSON/OneOfTypes/CompoundType.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RDMSharp/Metadata/JSON/OneOfTypes/CompoundType.cs b/RDMSharp/Metadata/JSON/OneOfTypes/CompoundType.cs index 16eb863..f200df2 100644 --- a/RDMSharp/Metadata/JSON/OneOfTypes/CompoundType.cs +++ b/RDMSharp/Metadata/JSON/OneOfTypes/CompoundType.cs @@ -1,9 +1,8 @@ using RDMSharp.RDM; -using System.Collections.Generic; using System; +using System.Collections.Generic; using System.Linq; using System.Text.Json.Serialization; -using System.Drawing; namespace RDMSharp.Metadata.JSON.OneOfTypes {