From 3232a5b8b74134447f5dbaaefa7be5bd05147755 Mon Sep 17 00:00:00 2001 From: Mark Trolley Date: Sat, 27 Jun 2020 16:26:20 -0400 Subject: [PATCH] Revert "Indentation fix" This reverts commit 1e527ed4e52bad174f56cc2223bbb5ba4dc59ff1. --- beetsplug/fetchart.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/beetsplug/fetchart.py b/beetsplug/fetchart.py index ebe343e82..ad90b380c 100644 --- a/beetsplug/fetchart.py +++ b/beetsplug/fetchart.py @@ -333,8 +333,7 @@ class CoverArtArchive(RemoteArtSource): if 'release' in self.match_by and album.mb_albumid: yield self._candidate( url=release_url.format(mbid=album.mb_albumid), - match=Candidate.MATCH_EXACT, - ) + match=Candidate.MATCH_EXACT) if 'releasegroup' in self.match_by and album.mb_releasegroupid: yield self._candidate( url=group_url.format(mbid=album.mb_releasegroupid),