From c9f2a1427d0e92e4b63fefbc995c232e35ba9bbb Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Thu, 27 Feb 2025 13:48:32 +0800 Subject: [PATCH] Remove useless usings --- Flow.Launcher/PublicAPIInstance.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Flow.Launcher/PublicAPIInstance.cs b/Flow.Launcher/PublicAPIInstance.cs index 248688f76..f7c70adff 100644 --- a/Flow.Launcher/PublicAPIInstance.cs +++ b/Flow.Launcher/PublicAPIInstance.cs @@ -26,7 +26,6 @@ using System.Collections.Concurrent; using System.Diagnostics; using System.Collections.Specialized; using Flow.Launcher.Core; -using Flow.Launcher.Infrastructure.UserSettings; namespace Flow.Launcher {