1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Remove all unnecessary usings

This commit is contained in:
ta264
2019-12-22 21:24:11 +00:00
committed by Qstick
parent c6ae0bb509
commit 8d27111f7b
351 changed files with 95 additions and 858 deletions
@@ -1,14 +1,12 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
using FizzWare.NBuilder;
using FluentAssertions;
using Moq;
using NUnit.Framework;
using NzbDrone.Common.Disk;
using NzbDrone.Core.MediaFiles;
using NzbDrone.Core.Test.Framework;
using NzbDrone.Core.Movies;
namespace NzbDrone.Core.Test.ProviderTests.DiskScanProviderTests
{