Fix some stubtest complaints before they happen (#9585)

Add missing objects to various stubs
This commit is contained in:
Alex Waygood
2023-01-24 21:45:31 +00:00
committed by GitHub
parent 4148a7b73e
commit a9b4fa0a32
8 changed files with 21 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ from typing import Any, TypeVar
_R = TypeVar("_R")
logging_logger: Logger
def retry_call(
f: Callable[..., _R],
fargs: Sequence[Any] | None = ...,