mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Third-party stubs: audit more Callable[<parameters>, Any] annotations (#8233)
This commit is contained in:
@@ -3,7 +3,7 @@ from typing import Any, TypeVar
|
||||
from typing_extensions import TypeAlias, TypedDict
|
||||
|
||||
_T = TypeVar("_T")
|
||||
_Callback: TypeAlias = Callable[[str, _Result], Any]
|
||||
_Callback: TypeAlias = Callable[[str, _Result], object]
|
||||
|
||||
class _Result(TypedDict):
|
||||
nmap: _ResultNmap
|
||||
|
||||
Reference in New Issue
Block a user