Removing whitespace (new IDE, sorry)

This commit is contained in:
Niko 2024-05-17 12:46:23 +02:00 committed by GitHub
parent f4c2b90a29
commit 52f2b923ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -427,7 +427,7 @@ class Spotify(object):
DeprecationWarning, DeprecationWarning,
) )
include_groups = album_type if include_groups is None else include_groups include_groups = album_type if include_groups is None else include_groups
trid = self._get_id("artist", artist_id) trid = self._get_id("artist", artist_id)
return self._get( return self._get(
"artists/" + trid + "/albums", "artists/" + trid + "/albums",