diff --git a/spotipy/client.py b/spotipy/client.py index 1ca6775..88ee824 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -2272,4 +2272,3 @@ class Spotify: endpoint += f'&market={market}' return self._get(endpoint) -