mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 06:36:54 +08:00
Use lowercase tuple where possible (#6170)
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import sys
|
||||
from typing import Tuple
|
||||
|
||||
if sys.platform == "win32":
|
||||
|
||||
ActionText: list[Tuple[str, str, str | None]]
|
||||
UIText: list[Tuple[str, str | None]]
|
||||
ActionText: list[tuple[str, str, str | None]]
|
||||
UIText: list[tuple[str, str | None]]
|
||||
|
||||
tables: list[str]
|
||||
|
||||
Reference in New Issue
Block a user