mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Removed unused using statements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user