diff --git a/src/NzbDrone.Core/Indexers/Torznab/TorznabSettings.cs b/src/NzbDrone.Core/Indexers/Torznab/TorznabSettings.cs index c130a73a3..9746e744b 100644 --- a/src/NzbDrone.Core/Indexers/Torznab/TorznabSettings.cs +++ b/src/NzbDrone.Core/Indexers/Torznab/TorznabSettings.cs @@ -1,4 +1,3 @@ -using System.Linq; using System.Text.RegularExpressions; using FluentValidation; using NzbDrone.Common.Extensions;