From 9bdadc5c73cfeebe072e5459f855e55ff6c9b070 Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 10 Jun 2019 09:33:10 +0200 Subject: [PATCH] removing extra line --- beetsplug/discogs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/beetsplug/discogs.py b/beetsplug/discogs.py index 69b3746f7..bdc2154de 100644 --- a/beetsplug/discogs.py +++ b/beetsplug/discogs.py @@ -356,7 +356,6 @@ class DiscogsPlugin(BeetsPlugin): else: return self.config['separator'].as_str().join(sorted(style)) - def get_artist(self, artists): """Returns an artist string (all artists) and an artist_id (the main artist) for a list of discogs album or track artists.