From 66fa44d0fb752dbd1386cd04c8a93c307ae7dec9 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Fri, 24 Jul 2026 10:22:36 -0400 Subject: [PATCH] ruff check --- beetsplug/spotify.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index bd8f02814..bc1508e49 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -296,10 +296,7 @@ class SpotifyPlugin( ) time.sleep(DEFAULT_WAITING_TIME + 1) return self._handle_response( - method, - url, - params=params, - retry_count=retry_count + 1, + method, url, params=params, retry_count=retry_count + 1 ) if e.response.status_code == 502: self._log.error("Bad Gateway.")