From 413fe6bbfd695725c9ca7d306dfe408d20ad3904 Mon Sep 17 00:00:00 2001 From: reiv Date: Sun, 1 Nov 2015 04:33:36 +0100 Subject: [PATCH] PEP8 amendments --- beets/importer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beets/importer.py b/beets/importer.py index ba1c47c94..8aecf54a3 100644 --- a/beets/importer.py +++ b/beets/importer.py @@ -671,8 +671,8 @@ class ImportTask(BaseImportTask): self.old_paths = [item.path for item in items] # Keep track of paths of all original album art for the same reason. - self.old_art_paths = set(filter(bool, - (album.artpath for album in self.replaced_albums.values()))) + self.old_art_paths = set(filter( + bool, (album.artpath for album in self.replaced_albums.values()))) for item in items: if move or copy or link: