mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-27 22:31:12 +08:00
Fix setuptools stubtest on windows (#9521)
This commit is contained in:
@@ -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): ...
|
||||
|
||||
Reference in New Issue
Block a user