apply black v25.1.0 (#49076)

This commit is contained in:
Harmen Stoppels
2025-02-17 11:42:12 +01:00
committed by GitHub
parent b11578ed7c
commit 754a64d1fe
15 changed files with 25 additions and 30 deletions

View File

@@ -269,7 +269,7 @@ def __init__(
@staticmethod
def _poll_interval_generator(
_wait_times: Optional[Tuple[float, float, float]] = None
_wait_times: Optional[Tuple[float, float, float]] = None,
) -> Generator[float, None, None]:
"""This implements a backoff scheme for polling a contended resource
by suggesting a succession of wait times between polls.