mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-16 23:13:37 +08:00
Bump pyright to v1.1.360 (#11810)
This commit is contained in:
@@ -177,7 +177,7 @@ class _patch(Generic[_T]):
|
||||
kwargs: Mapping[str, Any]
|
||||
additional_patchers: Any
|
||||
def __init__(
|
||||
self: _patch[_T],
|
||||
self: _patch[_T], # pyright: ignore[reportInvalidTypeVarUse] #11780
|
||||
getter: Callable[[], Any],
|
||||
attribute: str,
|
||||
new: _T,
|
||||
|
||||
Reference in New Issue
Block a user