mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 04:52:23 +08:00
Added some missing parameter annotations and type arguments detected by pyright. (#5061)
Co-authored-by: Eric Traut <erictr@microsoft.com>
This commit is contained in:
@@ -25,4 +25,4 @@ def retry(
|
||||
backoff: float = ...,
|
||||
jitter: Union[Tuple[float, float], float] = ...,
|
||||
logger: Optional[Logger] = ...,
|
||||
) -> _Decorator: ...
|
||||
) -> _Decorator[_T]: ...
|
||||
|
||||
Reference in New Issue
Block a user