From 8fcd87ef9feb3a2e253969f70d85e1d852354668 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Tue, 12 Jul 2022 16:28:23 -0400 Subject: [PATCH] Lint --- beets/plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/plugins.py b/beets/plugins.py index 82c9ccb2b..13fb50cae 100644 --- a/beets/plugins.py +++ b/beets/plugins.py @@ -384,7 +384,7 @@ def candidates(items, artist, album, va_likely, extra_tags=None): if plugin.candidates(items, artist, album, va_likely, extra_tags) is not None: yield from plugin.candidates(items, artist, album, va_likely, - extra_tags) + extra_tags) def item_candidates(item, artist, title):