mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-25 09:48:40 +08:00
Use PEP 570 syntax in third party stubs (#11554)
This commit is contained in:
@@ -8,7 +8,7 @@ _TwoIntSequence: TypeAlias = Sequence[int]
|
||||
|
||||
class _Kid(Protocol):
|
||||
def toRaw(self) -> bytes: ...
|
||||
def __str__(self, __indent: str = "") -> str: ...
|
||||
def __str__(self, indent: str = "", /) -> str: ...
|
||||
|
||||
# Used by other types referenced in https://pyinstaller.org/en/stable/spec-files.html#spec-file-operation
|
||||
class VSVersionInfo:
|
||||
|
||||
Reference in New Issue
Block a user