fix lint issue

This commit is contained in:
Niko 2025-03-25 08:48:57 +01:00 committed by GitHub
parent 687c630ff5
commit 93425c7282
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,