Update mypy to 1.18.1 (#14699)

This commit is contained in:
sobolevn
2025-09-14 03:33:27 +02:00
committed by GitHub
parent 59c36c8bf9
commit 4b0623f4fb
31 changed files with 70 additions and 108 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class error(Exception):
class com_error(Exception): ...
class HANDLEType:
def __init__(self, *args: Never) -> NoReturn: ...
def __new__(self, *args: Never) -> NoReturn: ...
@property
def handle(self) -> int: ...
def Close(self) -> None: ...