mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Remove typevar in mock.patch.multiple (#6090)
This commit is contained in:
@@ -320,8 +320,8 @@ class _patcher:
|
||||
spec_set: Any | None = ...,
|
||||
autospec: Any | None = ...,
|
||||
new_callable: Any | None = ...,
|
||||
**kwargs: _T,
|
||||
) -> _patch[_T]: ...
|
||||
**kwargs: Any,
|
||||
) -> _patch[Any]: ...
|
||||
def stopall(self) -> None: ...
|
||||
|
||||
patch: _patcher
|
||||
|
||||
Reference in New Issue
Block a user