Remove Unused Usings

pull/4911/head
Qstick 4 years ago
parent ec752f8ab3
commit ee225d9d85

@ -1,4 +1,3 @@
using System.Security.Policy;
using System.Text.Json;
using System.Text.Json.Serialization;
using FizzWare.NBuilder;

@ -1,10 +1,8 @@
using FizzWare.NBuilder;
using FluentAssertions;
using NUnit.Framework;
using NzbDrone.Core.Languages;
using NzbDrone.Core.MediaFiles.MediaInfo;
using NzbDrone.Core.MediaFiles.MovieImport.Aggregation.Aggregators.Augmenters.Language;
using NzbDrone.Core.Parser;
using NzbDrone.Core.Parser.Model;
using NzbDrone.Core.Test.Framework;

@ -2,7 +2,6 @@ using System;
using System.Collections.Generic;
using System.Linq;
using NzbDrone.Core.DecisionEngine.Specifications;
using NzbDrone.Core.Languages;
using NzbDrone.Core.MediaCover;
using NzbDrone.Core.Movies;
using NzbDrone.Core.Movies.Translations;

Loading…
Cancel
Save