From a8a356b5d765a739b6bacfee29d737fd4bead0f5 Mon Sep 17 00:00:00 2001 From: Niko Date: Tue, 23 Dec 2025 18:35:43 +0100 Subject: [PATCH] satisfy lint --- spotipy/client.py | 1 - 1 file changed, 1 deletion(-) 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) -