mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 14:46:55 +08:00
Fix Windows-specific allowlist entries in _msi, msilib, selectors and subprocess (#10822)
This commit is contained in:
@@ -3,5 +3,5 @@ import sys
|
||||
if sys.platform == "win32":
|
||||
ActionText: list[tuple[str, str, str | None]]
|
||||
UIText: list[tuple[str, str | None]]
|
||||
|
||||
dirname: str
|
||||
tables: list[str]
|
||||
|
||||
Reference in New Issue
Block a user