You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	cleaned up extra usings.
This commit is contained in:
		| @@ -1,10 +1,8 @@ | ||||
| using System; | ||||
| using System.Net; | ||||
| using FluentValidation; | ||||
| using NLog; | ||||
| using Nancy; | ||||
| using NzbDrone.Api.Extensions; | ||||
| using NzbDrone.Common.Exceptions; | ||||
| using HttpStatusCode = Nancy.HttpStatusCode; | ||||
|  | ||||
| namespace NzbDrone.Api.ErrorManagement | ||||
|   | ||||
| @@ -1,5 +1,4 @@ | ||||
| using System.Collections; | ||||
| using System.Collections.Generic; | ||||
| using System.Collections.Generic; | ||||
| using System.IO; | ||||
| using System.Linq; | ||||
| using NzbDrone.Common; | ||||
|   | ||||
| @@ -2,13 +2,10 @@ | ||||
| using System.Collections.Generic; | ||||
| using System.Linq; | ||||
| using FluentValidation; | ||||
| using Nancy; | ||||
| using NzbDrone.Core.Datastore; | ||||
| using NzbDrone.Core.MediaCover; | ||||
| using NzbDrone.Core.SeriesStats; | ||||
| using NzbDrone.Core.Tv; | ||||
| using NzbDrone.Api.Validation; | ||||
| using NzbDrone.Api.Extensions; | ||||
| using NzbDrone.Api.Mapping; | ||||
|  | ||||
| namespace NzbDrone.Api.Series | ||||
|   | ||||
| @@ -62,7 +62,6 @@ | ||||
|     <Compile Include="CacheTests\CachedManagerFixture.cs" /> | ||||
|     <Compile Include="CacheTests\CachedFixture.cs" /> | ||||
|     <Compile Include="ConfigFileProviderTest.cs" /> | ||||
|     <Compile Include="DirectoryLookupServiceFixture.cs" /> | ||||
|     <Compile Include="EnsureTest\PathExtensionFixture.cs" /> | ||||
|     <Compile Include="EnvironmentTests\StartupArgumentsFixture.cs" /> | ||||
|     <Compile Include="EnvironmentTests\EnviromentProviderTest.cs" /> | ||||
|   | ||||
| @@ -1,6 +1,5 @@ | ||||
|  | ||||
| using System; | ||||
| using System.Net; | ||||
| using FluentAssertions; | ||||
| using NUnit.Framework; | ||||
| using NzbDrone.Test.Common; | ||||
|   | ||||
| @@ -66,7 +66,6 @@ | ||||
|     <Compile Include="Composition\Container.cs" /> | ||||
|     <Compile Include="Composition\IContainer.cs" /> | ||||
|     <Compile Include="Composition\ContainerBuilderBase.cs" /> | ||||
|     <Compile Include="DirectoryLookupService.cs" /> | ||||
|     <Compile Include="EnsureThat\Ensure.cs" /> | ||||
|     <Compile Include="EnsureThat\EnsureBoolExtensions.cs" /> | ||||
|     <Compile Include="EnsureThat\EnsureCollectionExtensions.cs" /> | ||||
|   | ||||
| @@ -1,7 +1,5 @@ | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Collections.Generic; | ||||
| using System.Linq; | ||||
| using System.Text; | ||||
| using FizzWare.NBuilder; | ||||
| using Moq; | ||||
| using NUnit.Framework; | ||||
|   | ||||
| @@ -1,4 +1,3 @@ | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.IO; | ||||
| using FizzWare.NBuilder; | ||||
|   | ||||
| @@ -1,5 +1,4 @@ | ||||
| using System; | ||||
| using FizzWare.NBuilder; | ||||
| using FizzWare.NBuilder; | ||||
| using FluentAssertions; | ||||
| using NUnit.Framework; | ||||
| using NzbDrone.Core.Test.Framework; | ||||
|   | ||||
| @@ -1,5 +1,4 @@ | ||||
| using System; | ||||
| using System.Collections; | ||||
| using System.Collections.Generic; | ||||
| using NzbDrone.Core.Annotations; | ||||
|  | ||||
|   | ||||
| @@ -1,13 +1,7 @@ | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.IO; | ||||
| using System.Collections.Generic; | ||||
| using System.Linq; | ||||
| using System.Text; | ||||
| using System.Xml.Linq; | ||||
| using NLog; | ||||
| using NLog.Config; | ||||
| using NzbDrone.Common; | ||||
| using NzbDrone.Common.EnvironmentInfo; | ||||
| using NzbDrone.Common.Messaging; | ||||
| using NzbDrone.Core.Configuration; | ||||
| using NzbDrone.Core.Configuration.Events; | ||||
|   | ||||
| @@ -4,7 +4,6 @@ using System.Linq; | ||||
| using NLog; | ||||
| using NzbDrone.Common; | ||||
| using NzbDrone.Core.DecisionEngine; | ||||
| using NzbDrone.Core.MediaFiles.EpisodeImport.Specifications; | ||||
| using NzbDrone.Core.Parser; | ||||
| using NzbDrone.Core.Parser.Model; | ||||
| using NzbDrone.Core.Tv; | ||||
|   | ||||
| @@ -1,6 +1,5 @@ | ||||
| using NzbDrone.Common.Messaging; | ||||
| using NzbDrone.Core.Parser.Model; | ||||
| using NzbDrone.Core.Tv; | ||||
|  | ||||
| namespace NzbDrone.Core.MediaFiles.Events | ||||
| { | ||||
|   | ||||
| @@ -1,9 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using System.IO; | ||||
| using System.Linq; | ||||
| using NLog; | ||||
| using NzbDrone.Common.Messaging; | ||||
| using NzbDrone.Core.Configuration; | ||||
| using NzbDrone.Core.MediaFiles.Events; | ||||
| using NzbDrone.Core.Tv.Events; | ||||
|  | ||||
|   | ||||
| @@ -4,7 +4,6 @@ using NLog; | ||||
| using NzbDrone.Common; | ||||
| using NzbDrone.Common.Messaging; | ||||
| using NzbDrone.Core.MediaFiles.Commands; | ||||
| using NzbDrone.Core.Parser; | ||||
| using NzbDrone.Core.Tv; | ||||
|  | ||||
| namespace NzbDrone.Core.MediaFiles | ||||
|   | ||||
| @@ -1,7 +1,5 @@ | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Collections.Generic; | ||||
| using System.Linq; | ||||
| using System.Text; | ||||
| using NLog; | ||||
| using NzbDrone.Common.Messaging; | ||||
| using NzbDrone.Core.MediaFiles.Commands; | ||||
|   | ||||
| @@ -7,7 +7,6 @@ using NzbDrone.Common.Messaging; | ||||
| using NzbDrone.Common.Serializer; | ||||
| using NzbDrone.Core.Download; | ||||
| using NzbDrone.Core.MediaFiles.Events; | ||||
| using NzbDrone.Core.Parser.Model; | ||||
| using NzbDrone.Core.Tv; | ||||
| using Omu.ValueInjecter; | ||||
|  | ||||
|   | ||||
| @@ -1,6 +1,4 @@ | ||||
| using NzbDrone.Core.Notifications.Prowl; | ||||
| using NzbDrone.Core.Tv; | ||||
| using Prowlin; | ||||
| using NzbDrone.Core.Tv; | ||||
|  | ||||
| namespace NzbDrone.Core.Notifications.Pushover | ||||
| { | ||||
|   | ||||
| @@ -1,5 +1,4 @@ | ||||
| using System; | ||||
| using System.Net; | ||||
| using System.Net; | ||||
| using NLog; | ||||
| using NzbDrone.Common.Messaging; | ||||
| using RestSharp; | ||||
|   | ||||
| @@ -3,10 +3,8 @@ using System.Diagnostics; | ||||
| using System.IO; | ||||
| using NLog; | ||||
| using NzbDrone.Common; | ||||
| using NzbDrone.Common.Cache; | ||||
| using NzbDrone.Common.EnvironmentInfo; | ||||
| using NzbDrone.Common.Messaging; | ||||
| using NzbDrone.Core.Configuration; | ||||
| using NzbDrone.Core.Update.Commands; | ||||
|  | ||||
| namespace NzbDrone.Core.Update | ||||
|   | ||||
| @@ -1,5 +1,4 @@ | ||||
| using System.IO; | ||||
| using Newtonsoft.Json.Serialization; | ||||
| using NzbDrone.Common.EnvironmentInfo; | ||||
|  | ||||
| namespace NzbDrone.Test.Common | ||||
|   | ||||
		Reference in New Issue
	
	Block a user