This commit is contained in:
overcuriousity
2025-09-14 14:28:04 +02:00
parent 2185177a84
commit c91913fa13
3 changed files with 42 additions and 86 deletions

View File

@@ -348,7 +348,6 @@ class BaseProvider(ABC):
return True
return False
def _wait_with_cancellation_check(self) -> bool:
"""
Wait for rate limiting while aggressively checking for cancellation.