Fix setuptools stubtest on windows (#9521)

This commit is contained in:
Avasam
2023-01-13 03:16:39 -05:00
committed by GitHub
parent f84dca699d
commit b216053432

View File

@@ -1,11 +1,5 @@
from typing import Any
class winreg:
HKEY_USERS: Any
HKEY_CURRENT_USER: Any
HKEY_LOCAL_MACHINE: Any
HKEY_CLASSES_ROOT: Any
PLAT_SPEC_TO_RUNTIME: Any
def msvc14_get_vc_env(plat_spec): ...