From 82e8c5bc285df5085fd3f162be8dedf69c2bb30a Mon Sep 17 00:00:00 2001 From: sebastianMindee Date: Tue, 19 Nov 2024 11:01:37 +0100 Subject: [PATCH] move execution priority into different namespace --- src/Mindee/{Input => Parsing/Common}/ExecutionPriority.cs | 1 - 1 file changed, 1 deletion(-) rename src/Mindee/{Input => Parsing/Common}/ExecutionPriority.cs (98%) diff --git a/src/Mindee/Input/ExecutionPriority.cs b/src/Mindee/Parsing/Common/ExecutionPriority.cs similarity index 98% rename from src/Mindee/Input/ExecutionPriority.cs rename to src/Mindee/Parsing/Common/ExecutionPriority.cs index a36d48a3..78e749d9 100644 --- a/src/Mindee/Input/ExecutionPriority.cs +++ b/src/Mindee/Parsing/Common/ExecutionPriority.cs @@ -1,5 +1,4 @@ using System; -using System.ComponentModel; using System.Runtime.Serialization; using System.Text.Json; using System.Text.Json.Serialization;