mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-06 23:24:25 +08:00
Replace Any with Incomplete in many places (#9565)
This commit is contained in:
@@ -177,11 +177,11 @@ class _patch(Generic[_T]):
|
||||
getter: Callable[[], Any],
|
||||
attribute: str,
|
||||
new: _T,
|
||||
spec: Any | None,
|
||||
spec: Incomplete | None,
|
||||
create: bool,
|
||||
spec_set: Any | None,
|
||||
autospec: Any | None,
|
||||
new_callable: Any | None,
|
||||
spec_set: Incomplete | None,
|
||||
autospec: Incomplete | None,
|
||||
new_callable: Incomplete | None,
|
||||
kwargs: Mapping[str, Any],
|
||||
*,
|
||||
unsafe: bool = ...,
|
||||
|
||||
Reference in New Issue
Block a user