From c9f9ed3b646fcb66c0ccaafb94a338aa323c03bd Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Mon, 13 Jun 2022 09:31:19 -0400 Subject: [PATCH] lint --- beetsplug/spotify.py | 1 + 1 file changed, 1 insertion(+) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index 4aac5b24c..ac680d99e 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -34,6 +34,7 @@ from beets.plugins import MetadataSourcePlugin, BeetsPlugin DEFAULT_WAITING_TIME = 5 + class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin): data_source = 'Spotify'