mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 10:51:15 +08:00
Use lowercase tuple where possible (#6170)
This commit is contained in:
@@ -205,7 +205,7 @@ class _WinVersion(Tuple[int, int, int, int, str, int, int, int, int, Tuple[int,
|
||||
service_pack_major: int
|
||||
suite_mast: int
|
||||
product_type: int
|
||||
platform_version: Tuple[int, int, int]
|
||||
platform_version: tuple[int, int, int]
|
||||
|
||||
if sys.platform == "win32":
|
||||
def getwindowsversion() -> _WinVersion: ...
|
||||
|
||||
Reference in New Issue
Block a user