mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
fix lint issue
This commit is contained in:
parent
687c630ff5
commit
93425c7282
@ -172,7 +172,7 @@ class Retry(urllib3.Retry):
|
||||
if self.is_retry(method, response.status, bool(retry_header)):
|
||||
retry_header = retry_header or 0
|
||||
logger.warning("Your application has reached a rate/request limit. "
|
||||
f"Retry will occur after: {retry_header} s")
|
||||
f"Retry will occur after: {retry_header} s")
|
||||
return super().increment(method,
|
||||
url,
|
||||
response=response,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user