mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 13:02:22 +08:00
Fix some stubtest complaints before they happen (#9585)
Add missing objects to various stubs
This commit is contained in:
@@ -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 = ...,
|
||||
|
||||
Reference in New Issue
Block a user