From be21471c2a5557adaad96c34ed83e88a3ba9d8d8 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 30 Mar 2025 19:49:52 +0200 Subject: [PATCH] Remove unused using directive --- .../Tools/PluginSystem/PluginFactory.Internal.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/MindWork AI Studio/Tools/PluginSystem/PluginFactory.Internal.cs b/app/MindWork AI Studio/Tools/PluginSystem/PluginFactory.Internal.cs index 316376f6..272d5af3 100644 --- a/app/MindWork AI Studio/Tools/PluginSystem/PluginFactory.Internal.cs +++ b/app/MindWork AI Studio/Tools/PluginSystem/PluginFactory.Internal.cs @@ -1,5 +1,3 @@ -using System.Reflection; - using Microsoft.Extensions.FileProviders; namespace AIStudio.Tools.PluginSystem;