Sign in
fuchsia
/
third_party
/
github.com
/
jd
/
tenacity
/
ade0567151ea6c9494fbca94c777ab729922e527
/
.
/
releasenotes
/
notes
/
fix-wait-typing-b26eecdb6cc0a1de.yaml
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]]]`