Removed unused using statements

This commit is contained in:
Keivan Beigi
2016-12-23 13:45:24 -08:00
parent f16dd069b5
commit 0214c8e0f0
456 changed files with 292 additions and 1026 deletions
@@ -1,14 +1,9 @@
using System;
using System.Threading;
using FluentAssertions;
using FluentAssertions;
using NUnit.Framework;
using NzbDrone.Api.Series;
using System.Linq;
using NzbDrone.Test.Common;
using NzbDrone.Integration.Test.Client;
using RestSharp;
using System.Net;
using Newtonsoft.Json.Linq;
using NzbDrone.Common.Disk;
using System.Reflection;
using System.IO;