From 312cf2d364e435cecefa761632dc0e5666d2de8c Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Sun, 6 Mar 2022 21:36:30 -0600 Subject: [PATCH] remove unnecessary usings --- src/NzbDrone.Update/UpdateEngine/DetectExistingVersion.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/NzbDrone.Update/UpdateEngine/DetectExistingVersion.cs b/src/NzbDrone.Update/UpdateEngine/DetectExistingVersion.cs index 5b91b86ec..10d65f4a8 100644 --- a/src/NzbDrone.Update/UpdateEngine/DetectExistingVersion.cs +++ b/src/NzbDrone.Update/UpdateEngine/DetectExistingVersion.cs @@ -1,8 +1,6 @@ using System; using System.IO; using NLog; -using NzbDrone.Common.EnvironmentInfo; -using NzbDrone.Common.Extensions; namespace NzbDrone.Update.UpdateEngine {