remove unnecessary usings

This commit is contained in:
bakerboy448 2022-03-06 21:36:30 -06:00 committed by Qstick
parent a9852ded2f
commit 312cf2d364

View file

@ -1,8 +1,6 @@
using System;
using System.IO;
using NLog;
using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Common.Extensions;
namespace NzbDrone.Update.UpdateEngine
{