From a30f15b452281c6c320e53a39fa9f26cb8f3c565 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Mon, 5 Dec 2022 01:02:05 +0000 Subject: [PATCH] Cleanup unused import --- VpSharp.Commands/Command.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/VpSharp.Commands/Command.cs b/VpSharp.Commands/Command.cs index 8928b75..1280c9e 100644 --- a/VpSharp.Commands/Command.cs +++ b/VpSharp.Commands/Command.cs @@ -1,5 +1,4 @@ -using System.Collections.ObjectModel; -using System.Reflection; +using System.Reflection; namespace VpSharp.Commands;