From d65d74017b5c6fbfccfbcbc50012bc1a3c89bccb Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Tue, 9 Jan 2024 07:41:05 +0000 Subject: [PATCH] Remove unnecessary using directive --- src/NzbDrone.Core/Indexers/Torznab/TorznabSettings.cs | 1 - 1 file changed, 1 deletion(-) 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;