mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Bump pyright to v1.1.360 (#11810)
This commit is contained in:
@@ -124,7 +124,8 @@ class Connection(Generic[_C]):
|
||||
) -> None: ...
|
||||
@overload
|
||||
def __init__(
|
||||
self: Connection[_C], # different between overloads
|
||||
# different between overloads:
|
||||
self: Connection[_C], # pyright: ignore[reportInvalidTypeVarUse] #11780
|
||||
*,
|
||||
host: str | None = None,
|
||||
user: Incomplete | None = None,
|
||||
|
||||
Reference in New Issue
Block a user