From 52f2b923badd83c3d959bf848cf0d2b070a9dcbe Mon Sep 17 00:00:00 2001 From: Niko Date: Fri, 17 May 2024 12:46:23 +0200 Subject: [PATCH] Removing whitespace (new IDE, sorry) --- spotipy/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotipy/client.py b/spotipy/client.py index dc71d64..03abdec 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -427,7 +427,7 @@ class Spotify(object): DeprecationWarning, ) include_groups = album_type if include_groups is None else include_groups - + trid = self._get_id("artist", artist_id) return self._get( "artists/" + trid + "/albums",