Remove unused imports

This commit is contained in:
Bogdan
2023-05-11 18:47:25 +03:00
parent ecc5439464
commit d38f2614d3
82 changed files with 4 additions and 144 deletions

View File

@@ -1,11 +1,8 @@
using System.Net;
using NLog;
using NzbDrone.Common.Cloud;
using NzbDrone.Common.Extensions;
using NzbDrone.Common.Http;
using NzbDrone.Common.Http.Proxy;
using NzbDrone.Core.Localization;
using NzbDrone.Core.Notifications.Prowl;
namespace NzbDrone.Core.IndexerProxies.Http
{