mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Upgrade black version (#7089)
This commit is contained in:
@@ -160,6 +160,7 @@ if sys.platform == "win32":
|
||||
if sys.version_info >= (3, 7):
|
||||
def GetACP() -> int: ...
|
||||
def GetFileType(handle: int) -> int: ...
|
||||
|
||||
def GetCurrentProcess() -> int: ...
|
||||
def GetExitCodeProcess(__process: int) -> int: ...
|
||||
def GetLastError() -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user