blob: 3b560c3b0f947ff337136068213c0b751305c05c [file] [log] [blame]
---
fixes:
- |
Argument `wait` was improperly annotated, making mypy checks fail.
Now it's annotated as `typing.Union[wait_base, typing.Callable[["RetryCallState"], typing.Union[float, int]]]`