From 508471633ad52a1c8d142a5fc1e5e4fcfdc8dde7 Mon Sep 17 00:00:00 2001 From: Serene-Arc <33189705+Serene-Arc@users.noreply.github.com> Date: Sun, 22 Oct 2023 10:00:22 +1000 Subject: [PATCH] Fix moved noqa --- test/plugins/test_discogs.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/plugins/test_discogs.py b/test/plugins/test_discogs.py index 34de922ac..c448eddd0 100644 --- a/test/plugins/test_discogs.py +++ b/test/plugins/test_discogs.py @@ -374,19 +374,19 @@ class DGAlbumInfoTest(_common.TestCase): ( "http://www.discogs.com/G%C3%BCnther-Lause-Meru-Ep/release/4354798", 4354798, - ), # NOQA E501 + ), ( "http://www.discogs.com/release/4354798-G%C3%BCnther-Lause-Meru-Ep", 4354798, - ), # NOQA E501 + ), ( - "http://www.discogs.com/G%C3%BCnther-4354798Lause-Meru-Ep/release/4354798", + "http://www.discogs.com/G%C3%BCnther-4354798Lause-Meru-Ep/release/4354798", # NOQA E501 4354798, - ), # NOQA E501 + ), ( - "http://www.discogs.com/release/4354798-G%C3%BCnther-4354798Lause-Meru-Ep/", + "http://www.discogs.com/release/4354798-G%C3%BCnther-4354798Lause-Meru-Ep/", # NOQA E501 4354798, - ), # NOQA E501 + ), ("[r4354798]", 4354798), ("r4354798", 4354798), ("4354798", 4354798),