From 2a18ab062e7d3024b71d3fc7fed9d61ee090acad Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sat, 9 Jul 2022 15:00:29 -0400 Subject: [PATCH] Remove extra pass statement --- beetsplug/spotify.py | 1 - 1 file changed, 1 deletion(-) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index 8d8862e8b..ef7407b36 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -297,7 +297,6 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin): album = track_data['album']['name'] except KeyError: album = None - pass return TrackInfo( title=track_data['name'], track_id=track_data['id'],