1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

cleaned up using statements

This commit is contained in:
Keivan Beigi
2013-09-12 15:42:01 -07:00
parent 21fd12e1a6
commit 1a0010e8e4
105 changed files with 35 additions and 211 deletions
@@ -1,7 +1,4 @@
using System;
using NzbDrone.Common;
using NzbDrone.Core.Messaging;
using NzbDrone.Core.Messaging.Commands;
using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.Update.Commands
{
@@ -1,7 +1,5 @@
using System;
using NzbDrone.Common;
using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Core.Configuration;
using RestSharp;
using NzbDrone.Core.Rest;